Skip to content

Commit fb72830

Browse files
committed
fix(iroh-blobs): use iroh-blobs fixes
1 parent 7ad8048 commit fb72830

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ futures-util = { version = "0.3.25" }
3333
hex = "0.4"
3434
iroh = { version = "0.95", default-features = false }
3535
iroh-tickets = { version = "0.2"}
36-
iroh-blobs = { version = "0.97", default-features = false }
36+
iroh-blobs = { version = "0.97", default-features = false, git = "https://github.com/n0-computer/iroh-blobs.git", branch = "b5/fix-std-time" }
3737
iroh-gossip = { version = "0.95", features = ["net"], default-features = false }
3838
iroh-metrics = { version = "0.36", default-features = false }
3939
irpc = { version = "0.11", default-features = false }
@@ -71,9 +71,11 @@ test-strategy = "0.4"
7171
testdir = "0.7"
7272
testresult = "0.4.1"
7373
tokio = { version = "1", features = ["sync", "macros"] }
74-
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
7574
tracing-test = "0.2.5"
7675

76+
77+
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
78+
7779
[target.'cfg(target_arch = "wasm32")'.dependencies]
7880
tracing-subscriber = { version = "0.3.20", default-features = false, features = ["env-filter", "fmt", "json", "registry"] }
7981

0 commit comments

Comments
 (0)