summaryrefslogtreecommitdiff
path: root/bzipper_benchmarks/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'bzipper_benchmarks/Cargo.toml')
-rw-r--r--bzipper_benchmarks/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bzipper_benchmarks/Cargo.toml b/bzipper_benchmarks/Cargo.toml
index 43f4236..0c01948 100644
--- a/bzipper_benchmarks/Cargo.toml
+++ b/bzipper_benchmarks/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bzipper_benchmarks"
-version = "0.9.0"
+version = "0.10.0"
edition = "2021"
description = "bZipper benchmarks."
@@ -10,7 +10,7 @@ homepage.workspace = true
repository.workspace = true
[dependencies]
-bzipper = { path = "../bzipper", version = "0.9.0" }
+bzipper = { path = "../bzipper", version = "0.10.0" }
bincode = "1.3.3"
ciborium = "0.2.2"