Skip to content

Commit 1ae8b75

Browse files
committed
chore: release 0.2.0
1 parent e6e3e19 commit 1ae8b75

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.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
authors = ["Rüdiger Klaehn <rklaehn@protonmail.com>", "n0 team"]
66
keywords = ["api", "protocol", "network", "rpc"]
@@ -42,7 +42,7 @@ futures-buffered ={ version = "0.2.9", optional = true }
4242
[dev-dependencies]
4343
tracing-subscriber = { workspace = true, features = ["fmt"] }
4444
# used in the derive example. This must not be a main crate dep or else it will be circular!
45-
irpc-derive = { version = "0.1.0", path = "./irpc-derive" }
45+
irpc-derive = { version = "0.2.0", path = "./irpc-derive" }
4646
# just convenient for the enum definitions, in the manual example
4747
derive_more = { version = "2", features = ["from"] }
4848
# we need full for example main etc.

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.1.0"
3+
version = "0.2.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.1.0"
3+
version = "0.2.0"
44
edition = "2024"
55
authors = ["Rüdiger Klaehn <rklaehn@protonmail.com>", "n0 team"]
66
keywords = ["api", "protocol", "network", "rpc"]
@@ -16,9 +16,9 @@ tokio = { workspace = true, features = ["sync"] }
1616
tracing = { workspace = true }
1717
serde = { workspace = true }
1818
postcard = { workspace = true, features = ["alloc", "use-std"] }
19-
irpc = { version = "0.1.0", path = ".." }
19+
irpc = { version = "0.2.0", path = ".." }
2020

2121
[dev-dependencies]
2222
n0-future = { workspace = true }
2323
tracing-subscriber = { workspace = true, features = ["fmt"] }
24-
irpc-derive = { version = "0.1.0", path = "../irpc-derive" }
24+
irpc-derive = { version = "0.2.0", path = "../irpc-derive" }

0 commit comments

Comments
 (0)