mirror of
https://github.com/Start9Labs/rpc-toolkit.git
synced 2026-03-26 02:11:56 +00:00
bump version
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user