Skip to content

Commit 64e0a7d

Browse files
chore: Release
1 parent a5fecdc commit 64e0a7d

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 = "quic-rpc"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
edition = "2021"
55
authors = ["Rüdiger Klaehn <rklaehn@protonmail.com>", "n0 team"]
66
keywords = ["api", "protocol", "network", "rpc"]

quic-rpc-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ proc-macro = true
1616
syn = { version = "1.0", features = ["full"] }
1717
quote = "1.0"
1818
proc-macro2 = "1.0"
19-
quic-rpc = { version = "0.13", path = ".." }
19+
quic-rpc = { version = "0.14", path = ".." }
2020

2121
[dev-dependencies]
2222
derive_more = "1.0.0-beta.6"

0 commit comments

Comments
 (0)