We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee96662 + 5b3953d commit 3317b8eCopy full SHA for 3317b8e
Cargo.toml
@@ -67,5 +67,5 @@ metrics = []
67
default = ["hide-proto-docs"]
68
69
[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" }
+iroh = { git = "https://github.com/n0-computer/iroh", branch = "main" }
+iroh-base = { git = "https://github.com/n0-computer/iroh", branch = "main" }
deny.toml
@@ -39,3 +39,6 @@ name = "ring"
39
[[licenses.clarify.license-files]]
40
hash = 3171872035
41
path = "LICENSE"
42
+
43
+[sources]
44
+allow-git = ["https://github.com/n0-computer/iroh"]
0 commit comments