Skip to content

Commit 1c854f3

Browse files
committed
deps: switch to released bao-tree
1 parent 3454608 commit 1c854f3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rust-version = "1.85"
1313

1414
[dependencies]
1515
anyhow = "1.0.95"
16-
bao-tree = { version = "0.15.1", features = ["experimental-mixed", "tokio_fsm", "validate", "serde"], default-features = false }
16+
bao-tree = { version = "0.16", features = ["experimental-mixed", "tokio_fsm", "validate", "serde"], default-features = false }
1717
bytes = { version = "1", features = ["serde"] }
1818
derive_more = { version = "2.0.1", features = ["from", "try_from", "into", "debug", "display", "deref", "deref_mut"] }
1919
futures-lite = "2.6.0"
@@ -83,4 +83,3 @@ required-features = ["fs-store"]
8383

8484
[patch.crates-io]
8585
irpc = { git = "https://github.com/n0-computer/irpc", branch = "main" }
86-
bao-tree = { git = "https://github.com/n0-computer/bao-tree", branch = "main" }

0 commit comments

Comments
 (0)