Skip to content

Commit

Permalink
chore: bump version to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yangby-cryptape committed Jul 18, 2023
1 parent e68de73 commit 4d3d4fa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-merkle-mountain-range"
version = "0.5.2"
version = "0.6.0"
authors = ["Nervos Core Dev <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -15,12 +15,12 @@ std = []
cfg-if = "1.0"

[dev-dependencies]
faster-hex = "0.6.1"
criterion = "0.4.0"
faster-hex = "0.8.0"
criterion = "0.5.1"
rand = "0.8.5"
proptest = "1.0.0"
proptest = "1.2.0"
lazy_static = "1.4.0"
bytes = "1.2.1"
bytes = "1.4.0"
blake2b-rs = "0.2.0"

[[bench]]
Expand Down

0 comments on commit 4d3d4fa

Please sign in to comment.