Skip to content

Commit

Permalink
Merge pull request #11 from zcash/release-0.2.0
Browse files Browse the repository at this point in the history
incrementalmerkletree 0.2.0
  • Loading branch information
str4d authored Dec 17, 2021
2 parents 5312649 + 1ac3ad2 commit a829044
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[package]
name = "incrementalmerkletree"
version = "0.1.0"
version = "0.2.0"
authors = [
"Sean Bowe <[email protected]>",
"Kris Nuttycombe <[email protected]>",
]
edition = "2018"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "Implementation of an Incremental Merkle Tree"
documentation = "https://docs.rs/incrementalmerkletree/"
homepage = "https://github.com/zcash/incrementalmerkletree"
repository = "https://github.com/zcash/incrementalmerkletree"
categories = ["algorithms", "data-structures"]

[dependencies]
serde = { version = "1", features = ["derive"] }

[dev-dependencies]
proptest = "0.10"
proptest = "1"

0 comments on commit a829044

Please sign in to comment.