Skip to content

Commit 0fa9abf

Browse files
authored
Update criterion (#235)
1 parent 76ba347 commit 0fa9abf

File tree

2 files changed

+87
-119
lines changed

2 files changed

+87
-119
lines changed

Cargo.lock

Lines changed: 81 additions & 118 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

benchmarks/Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ edition.workspace = true
55
license.workspace = true
66
repository.workspace = true
77
rust-version.workspace = true
8+
keywords.workspace = true
9+
categories.workspace = true
10+
readme = "../README.md"
11+
description = "Benchmarks for typed_floats using Criterion."
12+
publish = false
813

914
[dev-dependencies]
10-
criterion = "0.3"
15+
criterion = "0.6"
1116

1217
[dev-dependencies.typed_floats]
1318
path = "../typed_floats"

0 commit comments

Comments
 (0)