Skip to content

Commit fbc6f47

Browse files
authored
fix: use latest bao-tree (#82)
## Description Use latest bao-tree that fixes a bug when getting a short read ## Breaking Changes None ## Notes & open questions None ## Change checklist - [ ] Self-review. - [ ] Documentation updates following the [style guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text), if relevant. - [ ] Tests if relevant. - [ ] All breaking changes documented.
1 parent 25af32b commit fbc6f47

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rust-version = "1.81"
1515
[dependencies]
1616
anyhow = { version = "1" }
1717
async-channel = "2.3.1"
18-
bao-tree = { version = "0.15", features = [
18+
bao-tree = { version = "0.15.1", features = [
1919
"tokio_fsm",
2020
"validate",
2121
], default-features = false }

0 commit comments

Comments
 (0)