Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
“ramfox” committed Jan 15, 2025
1 parent 4d1e5e6 commit 8eb1caa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quic-rpc"
version = "0.17.3"
version = "0.18.0"
edition = "2021"
authors = ["Rüdiger Klaehn <rklaehn@protonmail.com>", "n0 team"]
keywords = ["api", "protocol", "network", "rpc"]
Expand Down
2 changes: 1 addition & 1 deletion quic-rpc-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ proc-macro = true
syn = { version = "1", features = ["full"] }
quote = "1"
proc-macro2 = "1"
quic-rpc = { version = "0.17", path = ".." }
quic-rpc = { version = "0.18", path = ".." }

[dev-dependencies]
derive_more = { version = "1", features = ["from", "try_into", "display"] }
Expand Down

0 comments on commit 8eb1caa

Please sign in to comment.