mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-06-03 10:01:39 +00:00
Remove parking_lot dependency
This commit is contained in:
parent
4946bf957c
commit
8310259119
@ -14,4 +14,3 @@ exclude = [ "res/*", "spec/*" ]
|
||||
[dependencies]
|
||||
log = "0.3"
|
||||
byteorder = "1.0"
|
||||
parking_lot = "0.4"
|
||||
|
@ -5,7 +5,6 @@
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
extern crate byteorder;
|
||||
extern crate parking_lot;
|
||||
|
||||
pub mod elements;
|
||||
pub mod builder;
|
||||
|
Loading…
x
Reference in New Issue
Block a user