Skip to content

Commit 56a63b8

Browse files
author
“ramfox”
committed
chore: Release
1 parent e348a13 commit 56a63b8

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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
@@ -1,6 +1,6 @@
11
[package]
22
name = "irpc"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
edition = "2021"
55
authors = ["Rüdiger Klaehn <rklaehn@protonmail.com>", "n0 team"]
66
keywords = ["api", "protocol", "network", "rpc"]
@@ -45,7 +45,7 @@ futures-buffered ={ version = "0.2.9", optional = true }
4545
n0-future = { workspace = true }
4646
futures-util = { workspace = true, optional = true }
4747
# for the derive reexport/feature
48-
irpc-derive = { version = "0.6.0", path = "./irpc-derive", optional = true }
48+
irpc-derive = { version = "0.7.0", path = "./irpc-derive", optional = true }
4949

5050
[target.'cfg(not(all(target_family = "wasm", target_os = "unknown")))'.dependencies]
5151
quinn = { workspace = true, optional = true, features = ["runtime-tokio"] }

irpc-derive/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-derive"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
edition = "2021"
55
authors = ["Rüdiger Klaehn <rklaehn@protonmail.com>"]
66
keywords = ["api", "protocol", "network", "rpc", "macro"]

irpc-iroh/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "irpc-iroh"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
edition = "2021"
55
authors = ["Rüdiger Klaehn <rklaehn@protonmail.com>", "n0 team"]
66
keywords = ["api", "protocol", "network", "rpc"]
@@ -20,7 +20,7 @@ tracing = { workspace = true }
2020
serde = { workspace = true }
2121
postcard = { workspace = true, features = ["alloc", "use-std"] }
2222
n0-future = { workspace = true }
23-
irpc = { version = "0.8.0", path = ".." }
23+
irpc = { version = "0.9.0", path = ".." }
2424
iroh-base.workspace = true
2525

2626
[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies]
@@ -29,7 +29,7 @@ getrandom = { version = "0.3", features = ["wasm_js"] }
2929
[dev-dependencies]
3030
n0-future = { workspace = true }
3131
tracing-subscriber = { workspace = true, features = ["fmt"] }
32-
irpc-derive = { version = "0.6.0", path = "../irpc-derive" }
32+
irpc-derive = { version = "0.7.0", path = "../irpc-derive" }
3333
clap = { version = "4.5.41", features = ["derive"] }
3434
futures-util.workspace = true
3535
hex = "0.4.3"

0 commit comments

Comments
 (0)