shardtree: Use edition 2021 and set MSRV

This commit is contained in:
Jack Grigg 2023-07-27 22:08:07 +00:00
parent da97e6c399
commit 4fd57fc862
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@ version = "0.0.0"
authors = [
"Kris Nuttycombe <kris@nutty.land>",
]
edition = "2018"
edition = "2021"
rust-version = "1.60"
license = "MIT OR Apache-2.0"
description = "A space-efficient Merkle tree with witnessing of marked leaves, checkpointing & state restoration."
homepage = "https://github.com/zcash/incrementalmerkletree"