bump version

This commit is contained in:
Aiden McClelland
2024-11-29 12:07:09 -07:00
parent 57b5857ec4
commit 1fef6c7831
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -1075,7 +1075,7 @@ dependencies = [
[[package]] [[package]]
name = "rpc-toolkit" name = "rpc-toolkit"
version = "0.2.3" version = "0.3.0"
dependencies = [ dependencies = [
"async-stream", "async-stream",
"async-trait", "async-trait",

View File

@@ -2,7 +2,7 @@
authors = ["Aiden McClelland <me@drbonez.dev>"] authors = ["Aiden McClelland <me@drbonez.dev>"]
edition = "2018" edition = "2018"
name = "rpc-toolkit" 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" description = "A toolkit for creating JSON-RPC 2.0 servers with automatic cli bindings"
license = "MIT" license = "MIT"
documentation = "https://docs.rs/rpc-toolkit" documentation = "https://docs.rs/rpc-toolkit"