Version all jsonrpc crates, in core too
This commit is contained in:
@ -28,11 +28,11 @@ crc = { version = "1.8.1", optional = true }
|
||||
hashbrown = "0.2.0"
|
||||
indexmap = "1.0"
|
||||
itertools = "0.8.0"
|
||||
jsonrpc-core = "10.1.0"
|
||||
jsonrpc-derive = "10.1.0"
|
||||
jsonrpc-http-server = "10.1.0"
|
||||
jsonrpc-pubsub = "10.1.0"
|
||||
jsonrpc-ws-server = "10.1.0"
|
||||
jsonrpc-core = "11.0.0"
|
||||
jsonrpc-derive = "11.0.0"
|
||||
jsonrpc-http-server = "11.0.0"
|
||||
jsonrpc-pubsub = "11.0.0"
|
||||
jsonrpc-ws-server = "11.0.0"
|
||||
libc = "0.2.50"
|
||||
log = "0.4.2"
|
||||
memmap = { version = "0.7.0", optional = true }
|
||||
|
Reference in New Issue
Block a user