diff --git a/Cargo.lock b/Cargo.lock index f7276ec..de162fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -124,7 +124,7 @@ dependencies = [ [[package]] name = "bao-tree" -version = "0.15.1" +version = "0.15.2" dependencies = [ "anyhow", "bao", diff --git a/Cargo.toml b/Cargo.toml index c3fbccc..5618a9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bao-tree" -version = "0.15.1" +version = "0.15.2" authors = ["RĂ¼diger Klaehn "] description = "BLAKE3 verfiied streaming with custom chunk groups and range set queries" license = "MIT OR Apache-2.0"