Skip to content

Commit

Permalink
feat: use chunk groups feature (#798)
Browse files Browse the repository at this point in the history
caution: this is not compatible with existing iroh/sendme
  • Loading branch information
rklaehn authored Mar 9, 2023
1 parent 9f2b486 commit d68f05d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "/~https://github.com/n0-computer/iroh"
rust-version = "1.63"

[dependencies]
abao = { version = "0.1.2" }
abao = { version = "0.2.0", features = ["group_size_16k", "tokio_io"], default-features = false }
anyhow = { version = "1", features = ["backtrace"] }
base64 = "0.21.0"
blake3 = "1.3.3"
Expand Down

0 comments on commit d68f05d

Please sign in to comment.