Skip to content

Commit 5e82ae0

Browse files
tomusdrwascjones
authored andcommitted
Fix pieces of derive. (#374)
1 parent 8ffc7f3 commit 5e82ae0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

derive/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
authors = ["Parity Technologies <admin@parity.io>"]
33
documentation = "https://docs.rs/jsonrpc-derive/"
4+
description = "High level, typed wrapper for `jsonrpc-core`"
45
edition = "2018"
56
homepage = "https://github.com/paritytech/jsonrpc"
67
license = "MIT"
@@ -23,4 +24,4 @@ jsonrpc-tcp-server = { version = "10.0", path = "../tcp" }
2324
serde = "1.0"
2425
serde_derive = "1.0"
2526
serde_json = "1.0"
26-
compiletest_rs = { version = "*", features = ["stable"] }
27+
compiletest_rs = { version = "0.3", features = ["stable"] }

0 commit comments

Comments
 (0)