Skip to content

Commit 3f6b924

Browse files
released blobs
1 parent 43e1435 commit 3f6b924

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

Cargo.lock

Lines changed: 3 additions & 2 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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ futures-lite = "2.3.0"
3636
futures-util = { version = "0.3.25" }
3737
hex = "0.4"
3838
iroh-base = { version = "0.30", features = ["ticket"] }
39-
iroh-blobs = { version = "0.29" }
39+
iroh-blobs = { version = "0.30" }
4040
iroh-gossip = { version = "0.30", optional = true, features = ["net"] }
4141
iroh-metrics = { version = "0.30.0", default-features = false }
4242
iroh = { version = "0.30", optional = true }
@@ -117,6 +117,3 @@ rpc = [
117117
[package.metadata.docs.rs]
118118
all-features = true
119119
rustdoc-args = ["--cfg", "iroh_docsrs"]
120-
121-
[patch.crates-io]
122-
iroh-blobs = { git = "https://github.com/n0-computer/iroh-blobs", branch = "iroh-v0-30-0" }

deny.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,4 @@ ignore = [
3737
]
3838

3939
[sources]
40-
allow-git = [
41-
"https://github.com/n0-computer/iroh-blobs.git",
42-
]
40+
allow-git = []

0 commit comments

Comments
 (0)