Upgrade to Rust 2021 edition (#64)

This commit is contained in:
teor 2023-02-24 07:55:45 +10:00 committed by GitHub
parent 07a39e32e6
commit e04ad0fd88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ authors = ["Tamas Blummer <tamas.blummer@gmail.com>", "Zcash Foundation <zebra@z
license = "Apache-2.0"
readme = "README.md"
build = "build.rs"
edition = "2018"
edition = "2021"
description = "ffi bindings to zcashd's zcash_script library"
documentation = "https://docs.rs/zcash_script"
repository = "https://github.com/ZcashFoundation/zcash_script"