Skip to content

Commit 019dc03

Browse files
Merge pull request #25 from OpenArchive/codex/pin-iroh-and-bump-backend-safe
Pin iroh fork revisions and update backend tag
2 parents a3e70c2 + 8f6f8a9 commit 019dc03

2 files changed

Lines changed: 20 additions & 20 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ios = []
2828
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2929

3030
[dependencies]
31-
save-dweb-backend = { git = "https://github.com/OpenArchive/save-dweb-backend", tag = "v0.3.3" }
31+
save-dweb-backend = { git = "https://github.com/OpenArchive/save-dweb-backend", tag = "v0.3.4" }
3232
tokio = { version = "^1.43", default-features = false, features = ["rt", "rt-multi-thread", "sync", "time", "macros"] }
3333
serde = { version = "1.0", features = ["derive"] }
3434
serde_json = "1.0"
@@ -63,10 +63,10 @@ serial_test = "2.0"
6363
# Patch iroh crates to relax hickory-resolver pin for veilid-core 0.5.2 compat.
6464
# All iroh workspace crates must come from the same source to avoid duplicate type errors.
6565
[patch.crates-io]
66-
iroh = { git = "https://github.com/tripledoublev/iroh.git", branch = "relax-hickory" }
67-
iroh-net = { git = "https://github.com/tripledoublev/iroh.git", branch = "relax-hickory" }
68-
iroh-base = { git = "https://github.com/tripledoublev/iroh.git", branch = "relax-hickory" }
69-
iroh-metrics = { git = "https://github.com/tripledoublev/iroh.git", branch = "relax-hickory" }
70-
iroh-blobs = { git = "https://github.com/tripledoublev/iroh.git", branch = "relax-hickory" }
71-
iroh-docs = { git = "https://github.com/tripledoublev/iroh.git", branch = "relax-hickory" }
72-
iroh-gossip = { git = "https://github.com/tripledoublev/iroh.git", branch = "relax-hickory" }
66+
iroh = { git = "https://github.com/tripledoublev/iroh.git", rev = "b3f52f6d8bba462eebd7e3991946d844c9a75039" }
67+
iroh-net = { git = "https://github.com/tripledoublev/iroh.git", rev = "b3f52f6d8bba462eebd7e3991946d844c9a75039" }
68+
iroh-base = { git = "https://github.com/tripledoublev/iroh.git", rev = "b3f52f6d8bba462eebd7e3991946d844c9a75039" }
69+
iroh-metrics = { git = "https://github.com/tripledoublev/iroh.git", rev = "b3f52f6d8bba462eebd7e3991946d844c9a75039" }
70+
iroh-blobs = { git = "https://github.com/tripledoublev/iroh.git", rev = "b3f52f6d8bba462eebd7e3991946d844c9a75039" }
71+
iroh-docs = { git = "https://github.com/tripledoublev/iroh.git", rev = "b3f52f6d8bba462eebd7e3991946d844c9a75039" }
72+
iroh-gossip = { git = "https://github.com/tripledoublev/iroh.git", rev = "b3f52f6d8bba462eebd7e3991946d844c9a75039" }

0 commit comments

Comments
 (0)