Skip to content

Commit 7995bac

Browse files
author
“ramfox”
committed
chore: Release
1 parent a55cddd commit 7995bac

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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
@@ -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.4.0", path = "./irpc-derive", optional = true }
45+
irpc-derive = { version = "0.5.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.4.0"
3+
version = "0.5.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ getrandom = { version = "0.3", features = ["wasm_js"] }
2525
[dev-dependencies]
2626
n0-future = { workspace = true }
2727
tracing-subscriber = { workspace = true, features = ["fmt"] }
28-
irpc-derive = { version = "0.4.0", path = "../irpc-derive" }
28+
irpc-derive = { version = "0.5.0", path = "../irpc-derive" }
2929
clap = { version = "4.5.41", features = ["derive"] }

0 commit comments

Comments
 (0)