Skip to content

Commit

Permalink
Increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
rklaehn committed Feb 12, 2024
1 parent dfd3951 commit 4f40d2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bao-tree"
version = "0.9.1"
version = "0.10.0"
authors = ["Rüdiger Klaehn <[email protected]>"]
description = "BLAKE3 verfiied streaming with custom chunk groups and range set queries"
license = "MIT OR Apache-2.0"
Expand All @@ -21,7 +21,7 @@ bytes = { version = "1" }
tokio = { version = "1", features = ["io-util", "rt"], optional = true }
futures = { version = "0.3", optional = true }
self_cell = { version = "1" }
iroh-io = { version = "0.3.0", features = ["tokio-io"], default_features = false, optional = true }
iroh-io = { version = "0.4.0", features = ["tokio-io"], default_features = false, optional = true }
positioned-io = { version = "0.3.1", default_features = false }

[features]
Expand Down

0 comments on commit 4f40d2b

Please sign in to comment.