Skip to content

Commit

Permalink
released blobs
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Dec 17, 2024
1 parent 43e1435 commit 3f6b924
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

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

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ futures-lite = "2.3.0"
futures-util = { version = "0.3.25" }
hex = "0.4"
iroh-base = { version = "0.30", features = ["ticket"] }
iroh-blobs = { version = "0.29" }
iroh-blobs = { version = "0.30" }
iroh-gossip = { version = "0.30", optional = true, features = ["net"] }
iroh-metrics = { version = "0.30.0", default-features = false }
iroh = { version = "0.30", optional = true }
Expand Down Expand Up @@ -117,6 +117,3 @@ rpc = [
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "iroh_docsrs"]

[patch.crates-io]
iroh-blobs = { git = "https://github.com/n0-computer/iroh-blobs", branch = "iroh-v0-30-0" }
4 changes: 1 addition & 3 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,4 @@ ignore = [
]

[sources]
allow-git = [
"https://github.com/n0-computer/iroh-blobs.git",
]
allow-git = []

0 comments on commit 3f6b924

Please sign in to comment.