Skip to content

Commit 112f9ca

Browse files
committed
deps: use released irpc version
1 parent 1b488df commit 112f9ca

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ tokio-util = { version = "0.7.12", optional = true, features = ["codec"] }
7070
tracing = "0.1"
7171
data-encoding = { version = "2.6.0", optional = true }
7272
thiserror = { version = "2.0", optional = true }
73-
irpc = { git = "https://github.com/n0-computer/irpc", optional = true, default-features = false, features = [
73+
irpc = { version = "0.2.3", optional = true, default-features = false, features = [
7474
"stream",
7575
"message_spans",
7676
] }
77-
irpc-derive = { git = "https://github.com/n0-computer/irpc", optional = true }
77+
irpc-derive = { version = "0.2.3", optional = true }
7878

7979
# rpc dependencies
8080
quinn = { package = "iroh-quinn", version = "0.13.0", optional = true }

0 commit comments

Comments
 (0)