Skip to content

Commit

Permalink
Fix pieces of derive. (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomusdrw authored and ascjones committed Jan 31, 2019
1 parent 8ffc7f3 commit 5e82ae0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
authors = ["Parity Technologies <admin@parity.io>"]
documentation = "https://docs.rs/jsonrpc-derive/"
description = "High level, typed wrapper for `jsonrpc-core`"
edition = "2018"
homepage = "https://github.com/paritytech/jsonrpc"
license = "MIT"
Expand All @@ -23,4 +24,4 @@ jsonrpc-tcp-server = { version = "10.0", path = "../tcp" }
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
compiletest_rs = { version = "*", features = ["stable"] }
compiletest_rs = { version = "0.3", features = ["stable"] }

0 comments on commit 5e82ae0

Please sign in to comment.