From b96371a2f958c254c36eb3142b401ed374cca29d Mon Sep 17 00:00:00 2001 From: Michael Allwright Date: Mon, 14 Oct 2024 16:30:40 +0200 Subject: [PATCH] Bump crate versions --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- web-rpc/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 60ff540..f12c520 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -315,7 +315,7 @@ dependencies = [ [[package]] name = "web-rpc" -version = "0.0.2" +version = "0.0.3" dependencies = [ "bincode", "console_error_panic_hook", @@ -336,7 +336,7 @@ dependencies = [ [[package]] name = "web-rpc-macro" -version = "0.0.2" +version = "0.0.3" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 2e12dfb..4ce9042 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] description = "Bi-directional RPC for the Web" diff --git a/web-rpc/Cargo.toml b/web-rpc/Cargo.toml index e12969c..49c4c21 100644 --- a/web-rpc/Cargo.toml +++ b/web-rpc/Cargo.toml @@ -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"