From 1fef6c7831d41b1d273400a6ec87a65b15577116 Mon Sep 17 00:00:00 2001 From: Aiden McClelland Date: Fri, 29 Nov 2024 12:07:09 -0700 Subject: [PATCH] bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0efe443..fa473ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1075,7 +1075,7 @@ dependencies = [ [[package]] name = "rpc-toolkit" -version = "0.2.3" +version = "0.3.0" dependencies = [ "async-stream", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 19f3831..bc48b28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Aiden McClelland "] edition = "2018" name = "rpc-toolkit" -version = "0.2.3" +version = "0.3.0" description = "A toolkit for creating JSON-RPC 2.0 servers with automatic cli bindings" license = "MIT" documentation = "https://docs.rs/rpc-toolkit"