Merge branch 'master' into zebra-dependencies

This commit is contained in:
teor 2023-02-24 09:07:45 +10:00 committed by GitHub
commit 61fb2b87a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 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"
@ -81,7 +81,6 @@ syn = { version = "1.0.104", features = ["full", "printing"] }
# (See above.)
#
# Treat minor versions with a zero major version as compatible (cargo doesn't by default).
rustc-serialize = ">= 0.3"
hex = ">= 0.4.3"
lazy_static = "1.4.0"