mirror of
https://github.com/pezkuwichain/merkle-mountain-range.git
synced 2026-06-23 07:11:07 +00:00
chore: bump version to v0.6.0
This commit is contained in:
+5
-5
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "ckb-merkle-mountain-range"
|
name = "ckb-merkle-mountain-range"
|
||||||
version = "0.5.2"
|
version = "0.6.0"
|
||||||
authors = ["Nervos Core Dev <dev@nervos.org>"]
|
authors = ["Nervos Core Dev <dev@nervos.org>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
@@ -15,12 +15,12 @@ std = []
|
|||||||
cfg-if = "1.0"
|
cfg-if = "1.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
faster-hex = "0.6.1"
|
faster-hex = "0.8.0"
|
||||||
criterion = "0.4.0"
|
criterion = "0.5.1"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
proptest = "1.0.0"
|
proptest = "1.2.0"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
bytes = "1.2.1"
|
bytes = "1.4.0"
|
||||||
blake2b-rs = "0.2.0"
|
blake2b-rs = "0.2.0"
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
|
|||||||
Reference in New Issue
Block a user