Skip to content

Commit 3b18fd1

Browse files
authored
Prepare for 1.0.1 release (#17)
1 parent 19c0585 commit 3b18fd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["CVM", "count-distinct", "estimation", "treap"]
99
categories = ["algorithms", ]
1010
rust-version = "1.85"
1111

12-
version = "1.0.0"
12+
version = "1.0.1"
1313
edition = "2024"
1414

1515
[dependencies]
@@ -19,7 +19,7 @@ clap = { version = "4.5.4", features = ["cargo"] }
1919
rustc-hash = "2.1.1"
2020

2121
[dev-dependencies]
22-
criterion = "0.7.0"
22+
criterion = "0.8.0"
2323

2424
[lib]
2525
name = "cvmcount"

0 commit comments

Comments
 (0)