Don't depend on unused lazy_static

This commit is contained in:
Ryo Onodera
2020-01-16 15:14:12 +09:00
committed by Michael Vines
parent 78836a9e22
commit ed0129f881
4 changed files with 0 additions and 6 deletions

View File

@ -29,7 +29,6 @@ jsonrpc-derive = "14.0.5"
jsonrpc-http-server = "14.0.5"
jsonrpc-pubsub = "14.0.5"
jsonrpc-ws-server = "14.0.5"
lazy_static = "1.4.0"
libc = "0.2.66"
log = "0.4.8"
memmap = { version = "0.7.0", optional = true }