We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ffc7f3 commit 5e82ae0Copy full SHA for 5e82ae0
derive/Cargo.toml
@@ -1,6 +1,7 @@
1
[package]
2
authors = ["Parity Technologies <admin@parity.io>"]
3
documentation = "https://docs.rs/jsonrpc-derive/"
4
+description = "High level, typed wrapper for `jsonrpc-core`"
5
edition = "2018"
6
homepage = "https://github.com/paritytech/jsonrpc"
7
license = "MIT"
@@ -23,4 +24,4 @@ jsonrpc-tcp-server = { version = "10.0", path = "../tcp" }
23
24
serde = "1.0"
25
serde_derive = "1.0"
26
serde_json = "1.0"
-compiletest_rs = { version = "*", features = ["stable"] }
27
+compiletest_rs = { version = "0.3", features = ["stable"] }
0 commit comments