Merge pull request #11 from zcash/release-0.2.0

incrementalmerkletree 0.2.0
This commit is contained in:
str4d 2021-12-17 16:35:37 +00:00 committed by GitHub
commit a829044d8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,19 +1,19 @@
[package]
name = "incrementalmerkletree"
version = "0.1.0"
version = "0.2.0"
authors = [
"Sean Bowe <ewillbefull@gmail.com>",
"Kris Nuttycombe <kris@nutty.land>",
]
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"