Skip to content

Commit cb12abe

Browse files
authored
chore!: release prep for v0.92.0 release (#130)
## Description upgrade to `iroh` v0.91.0 and `irpc` to v0.7.0
1 parent d23d37a commit cb12abe

File tree

3 files changed

+19
-25
lines changed

3 files changed

+19
-25
lines changed

Cargo.lock

Lines changed: 15 additions & 10 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 & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ chrono = "0.4.39"
3737
nested_enum_utils = "0.2.1"
3838
ref-cast = "1.0.24"
3939
arrayvec = "0.7.6"
40-
iroh = "0.90"
40+
iroh = "0.91"
4141
self_cell = "1.1.0"
4242
genawaiter = { version = "0.99.1", features = ["futures03"] }
43-
iroh-base = "0.90"
43+
iroh-base = "0.91"
4444
reflink-copy = "0.1.24"
45-
irpc = { version = "0.5.0", features = ["rpc", "quinn_endpoint_setup", "spans", "stream", "derive"], default-features = false }
45+
irpc = { version = "0.7.0", features = ["rpc", "quinn_endpoint_setup", "spans", "stream", "derive"], default-features = false }
4646
iroh-metrics = { version = "0.35" }
4747

4848
[dev-dependencies]
@@ -58,14 +58,9 @@ testresult = "0.4.1"
5858
tracing-subscriber = { version = "0.3.19", features = ["fmt"] }
5959
tracing-test = "0.2.5"
6060
walkdir = "2.5.0"
61-
iroh = { version = "0.90", features = ["discovery-local-network"]}
61+
iroh = { version = "0.91", features = ["discovery-local-network"]}
6262

6363
[features]
6464
hide-proto-docs = []
6565
metrics = []
6666
default = ["hide-proto-docs"]
67-
68-
[patch.crates-io]
69-
iroh = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }
70-
iroh-base = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }
71-
irpc = { git = "https://github.com/n0-computer/irpc.git", branch = "main" }

deny.toml

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

0 commit comments

Comments
 (0)