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