Skip to content

Commit cc886f3

Browse files
authored
Merge pull request #33 from n0-computer/0.4.0
Release 0.4.0
2 parents d7be003 + 340f7fb commit cc886f3

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.3.0"
3+
version = "0.4.0"
44
edition = "2021"
55
authors = ["Rüdiger Klaehn <[email protected]>", "n0 team"]
66
keywords = ["api", "protocol", "network", "rpc"]
@@ -42,7 +42,7 @@ futures-buffered ={ version = "0.2.9", optional = true }
4242
n0-future = { workspace = true }
4343
futures-util = { workspace = true, optional = true }
4444
# for the derive reexport/feature
45-
irpc-derive = { version = "0.3.0", path = "./irpc-derive", optional = true }
45+
irpc-derive = { version = "0.4.0", path = "./irpc-derive", optional = true }
4646

4747
[target.'cfg(not(all(target_family = "wasm", target_os = "unknown")))'.dependencies]
4848
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.3.0"
3+
version = "0.4.0"
44
edition = "2021"
55
authors = ["Rüdiger Klaehn <[email protected]>"]
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.3.0"
3+
version = "0.4.0"
44
edition = "2021"
55
authors = ["Rüdiger Klaehn <[email protected]>", "n0 team"]
66
keywords = ["api", "protocol", "network", "rpc"]
@@ -17,12 +17,12 @@ tracing = { workspace = true }
1717
serde = { workspace = true }
1818
postcard = { workspace = true, features = ["alloc", "use-std"] }
1919
n0-future = { workspace = true }
20-
irpc = { version = "0.3.0", path = ".." }
20+
irpc = { version = "0.4.0", path = ".." }
2121

2222
[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies]
2323
getrandom = { version = "0.3", features = ["wasm_js"] }
2424

2525
[dev-dependencies]
2626
n0-future = { workspace = true }
2727
tracing-subscriber = { workspace = true, features = ["fmt"] }
28-
irpc-derive = { version = "0.3.0", path = "../irpc-derive" }
28+
irpc-derive = { version = "0.4.0", path = "../irpc-derive" }

0 commit comments

Comments
 (0)