diff options
Diffstat (limited to 'bzipper_benchmarks')
-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 b94acb7..4b1fe83 100644 --- a/bzipper_benchmarks/Cargo.toml +++ b/bzipper_benchmarks/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bzipper_benchmarks" -version = "0.10.1" +version = "0.11.0" edition = "2021" description = "bZipper benchmarks." @@ -10,7 +10,7 @@ homepage.workspace = true repository.workspace = true [dependencies] -bzipper = { path = "../bzipper", version = "0.10.1" } +bzipper = { path = "../bzipper", version = "0.11.0" } bincode = "1.3.3" ciborium = "0.2.2" |