Skip to content

Commit 3317b8e

Browse files
committed
Merge branch 'remove-slot-mutex' into abstract-entity-state
2 parents ee96662 + 5b3953d commit 3317b8e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ metrics = []
6767
default = ["hide-proto-docs"]
6868

6969
[patch.crates-io]
70-
iroh = { version = "0.91.1", git = "https://github.com/n0-computer/iroh", branch = "main" }
71-
iroh-base = { version = "0.91.1", git = "https://github.com/n0-computer/iroh", branch = "main" }
70+
iroh = { git = "https://github.com/n0-computer/iroh", branch = "main" }
71+
iroh-base = { git = "https://github.com/n0-computer/iroh", branch = "main" }

deny.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ name = "ring"
3939
[[licenses.clarify.license-files]]
4040
hash = 3171872035
4141
path = "LICENSE"
42+
43+
[sources]
44+
allow-git = ["https://github.com/n0-computer/iroh"]

0 commit comments

Comments
 (0)