mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-11-02 12:27:02 +00:00
Update to serde 1.0/bincode 0.8.
This commit is contained in:
@@ -11,9 +11,9 @@ version = "0.0.2"
|
||||
[dependencies]
|
||||
rand = "0.3.*"
|
||||
byteorder = "1.*"
|
||||
serde = "0.9.*"
|
||||
serde = "1.0"
|
||||
crossbeam = "0.2"
|
||||
num_cpus = "1.0"
|
||||
|
||||
[dev-dependencies.bincode]
|
||||
git = "https://github.com/TyOverby/bincode.git"
|
||||
[dev-dependencies]
|
||||
bincode = "0.8.0"
|
||||
|
||||
Reference in New Issue
Block a user