Release zcash_address version 0.3.0

This commit is contained in:
Kris Nuttycombe 2023-06-06 15:42:51 -06:00
parent 75e529eea6
commit 60ac1070c5
6 changed files with 7 additions and 6 deletions

View File

@ -7,6 +7,7 @@ and this library adheres to Rust's notion of
## [Unreleased]
## [0.3.0] - 2023-06-06
### Changed
- Bumped bs58 dependency to `0.5`.

View File

@ -1,7 +1,7 @@
[package]
name = "zcash_address"
description = "Zcash address parsing and serialization"
version = "0.2.1"
version = "0.3.0"
authors = [
"Jack Grigg <jack@electriccoin.co>",
]

View File

@ -21,7 +21,7 @@ development = ["zcash_proofs"]
[dependencies]
incrementalmerkletree = { version = "0.4", features = ["legacy-api"] }
zcash_address = { version = "0.2", path = "../components/zcash_address" }
zcash_address = { version = "0.3", path = "../components/zcash_address" }
zcash_encoding = { version = "0.2", path = "../components/zcash_encoding" }
zcash_note_encryption = "0.4"
zcash_primitives = { version = "0.11", path = "../zcash_primitives", default-features = false }
@ -86,7 +86,7 @@ rand_core = "0.6"
rand_xorshift = "0.3"
tempfile = "3.5.0"
zcash_proofs = { version = "0.11", path = "../zcash_proofs", default-features = false }
zcash_address = { version = "0.2", path = "../components/zcash_address", features = ["test-dependencies"] }
zcash_address = { version = "0.3", path = "../components/zcash_address", features = ["test-dependencies"] }
[features]
lightwalletd-tonic = ["tonic"]

View File

@ -54,7 +54,7 @@ tempfile = "3.5.0"
zcash_note_encryption = "0.4"
zcash_proofs = { version = "0.11", path = "../zcash_proofs" }
zcash_primitives = { version = "0.11", path = "../zcash_primitives", features = ["test-dependencies"] }
zcash_address = { version = "0.2", path = "../components/zcash_address", features = ["test-dependencies"] }
zcash_address = { version = "0.3", path = "../components/zcash_address", features = ["test-dependencies"] }
[features]
mainnet = []

View File

@ -17,7 +17,7 @@ zcash_primitives = { version = "0.11", path = "../zcash_primitives", default-fea
ff = "0.13"
jubjub = "0.10"
rand_core = "0.6"
zcash_address = { version = "0.2", path = "../components/zcash_address" }
zcash_address = { version = "0.3", path = "../components/zcash_address" }
zcash_proofs = { version = "0.11", path = "../zcash_proofs" }
[features]

View File

@ -19,7 +19,7 @@ all-features = true
[dependencies]
equihash = { version = "0.2", path = "../components/equihash" }
zcash_address = { version = "0.2", path = "../components/zcash_address" }
zcash_address = { version = "0.3", path = "../components/zcash_address" }
zcash_encoding = { version = "0.2", path = "../components/zcash_encoding" }
# Dependencies exposed in a public API: