Skip to content

Commit

Permalink
Bump crate versions
Browse files Browse the repository at this point in the history
  • Loading branch information
allsey87 committed Oct 14, 2024
1 parent 1099a40 commit b96371a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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
Expand Up @@ -3,7 +3,7 @@ members = ["web-rpc", "web-rpc-macro"]
resolver = "2"

[workspace.package]
version = "0.0.2"
version = "0.0.3"
edition = "2021"
authors = ["Michael Allwright <contact@allwright.io>"]
description = "Bi-directional RPC for the Web"
Expand Down
2 changes: 1 addition & 1 deletion web-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords.workspace = true
categories.workspace = true

[dependencies]
web-rpc-macro = { path = "../web-rpc-macro", version = "0.0.2" }
web-rpc-macro = { path = "../web-rpc-macro", version = "0.0.3" }
bincode = "1.3.3"
futures-channel = "0.3.30"
futures-core = "0.3.30"
Expand Down

0 comments on commit b96371a

Please sign in to comment.