Skip to content

Commit 729d070

Browse files
author
“ramfox”
committed
chore: Release
1 parent 10ac517 commit 729d070

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "irpc"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
edition = "2021"
55
authors = ["Rüdiger Klaehn <[email protected]>", "n0 team"]
66
keywords = ["api", "protocol", "network", "rpc"]

irpc-iroh/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tracing = { workspace = true }
1717
serde = { workspace = true }
1818
postcard = { workspace = true, features = ["alloc", "use-std"] }
1919
n0-future = { workspace = true }
20-
irpc = { version = "0.7.0", path = ".." }
20+
irpc = { version = "0.8.0", path = ".." }
2121
iroh-base.workspace = true
2222

2323
[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies]

0 commit comments

Comments
 (0)