bump version

This commit is contained in:
Aiden McClelland
2022-08-01 12:43:55 -06:00
parent 18c133be71
commit fcee8eddce
2 changed files with 2 additions and 2 deletions

View File

@@ -13,5 +13,5 @@ proc-macro = true
[dependencies]
proc-macro2 = "1.0"
rpc-toolkit-macro-internals = { version = "0.2", path = "../rpc-toolkit-macro-internals" }
rpc-toolkit-macro-internals = { version = "0.2.1", path = "../rpc-toolkit-macro-internals" }
syn = "1.0"

View File

@@ -29,7 +29,7 @@ hyper = { version = "0.14", features = [
lazy_static = "1.4"
openssl = { version = "0.10", features = ["vendored"] }
reqwest = { version = "0.11" }
rpc-toolkit-macro = { version = "0.2", path = "../rpc-toolkit-macro" }
rpc-toolkit-macro = { version = "0.2.1", path = "../rpc-toolkit-macro" }
serde = { version = "1.0", features = ["derive"] }
serde_cbor = { version = "0.11", optional = true }
serde_json = "1.0"