From 234953e620e3ddcff5d9ab138bd15f5512600cd9 Mon Sep 17 00:00:00 2001 From: Pili Guerra Date: Mon, 16 Aug 2021 11:06:26 +0100 Subject: [PATCH] Update versions for zebra v1.0.0-alpha.15 release (#2612) --- Cargo.lock | 14 +++++++------- README.md | 2 +- zebra-chain/Cargo.toml | 2 +- zebra-consensus/Cargo.toml | 2 +- zebra-network/Cargo.toml | 2 +- zebra-network/src/constants.rs | 2 +- zebra-script/Cargo.toml | 2 +- zebra-state/Cargo.toml | 2 +- zebra-utils/Cargo.toml | 2 +- zebrad/Cargo.toml | 2 +- 10 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f28cbeece..d7eb9fd04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4497,7 +4497,7 @@ dependencies = [ [[package]] name = "zebra-chain" -version = "1.0.0-alpha.14" +version = "1.0.0-alpha.15" dependencies = [ "aes", "bech32", @@ -4552,7 +4552,7 @@ version = "1.0.0-alpha.0" [[package]] name = "zebra-consensus" -version = "1.0.0-alpha.14" +version = "1.0.0-alpha.15" dependencies = [ "bellman", "blake2b_simd", @@ -4588,7 +4588,7 @@ dependencies = [ [[package]] name = "zebra-network" -version = "1.0.0-alpha.14" +version = "1.0.0-alpha.15" dependencies = [ "bitflags", "byteorder", @@ -4623,7 +4623,7 @@ version = "1.0.0-alpha.0" [[package]] name = "zebra-script" -version = "1.0.0-alpha.15" +version = "1.0.0-alpha.16" dependencies = [ "displaydoc", "hex", @@ -4636,7 +4636,7 @@ dependencies = [ [[package]] name = "zebra-state" -version = "1.0.0-alpha.14" +version = "1.0.0-alpha.15" dependencies = [ "bincode", "chrono", @@ -4694,7 +4694,7 @@ dependencies = [ [[package]] name = "zebra-utils" -version = "1.0.0-alpha.14" +version = "1.0.0-alpha.15" dependencies = [ "color-eyre", "hex", @@ -4709,7 +4709,7 @@ dependencies = [ [[package]] name = "zebrad" -version = "1.0.0-alpha.14" +version = "1.0.0-alpha.15" dependencies = [ "abscissa_core", "atty", diff --git a/README.md b/README.md index 75706209d..638acb228 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Building `zebrad` requires [Rust](https://www.rust-lang.org/tools/install), 2. Install Zebra's build dependencies: - **libclang:** the `libclang`, `libclang-dev`, `llvm`, or `llvm-dev` packages, depending on your package manager - **clang** or another C++ compiler: `g++`, `Xcode`, or `MSVC` -3. Run `cargo install --locked --git https://github.com/ZcashFoundation/zebra --tag v1.0.0-alpha.14 zebrad` +3. Run `cargo install --locked --git https://github.com/ZcashFoundation/zebra --tag v1.0.0-alpha.15 zebrad` 4. Run `zebrad start` If you're interested in testing out `zebrad` please feel free, but keep in mind diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index 57ecce5cb..d09303546 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zebra-chain" -version = "1.0.0-alpha.14" +version = "1.0.0-alpha.15" authors = ["Zcash Foundation "] license = "MIT OR Apache-2.0" edition = "2018" diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index 8ee4fb2e4..ba14687d5 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zebra-consensus" -version = "1.0.0-alpha.14" +version = "1.0.0-alpha.15" authors = ["Zcash Foundation "] license = "MIT OR Apache-2.0" edition = "2018" diff --git a/zebra-network/Cargo.toml b/zebra-network/Cargo.toml index b2cef7490..8d1a9b63e 100644 --- a/zebra-network/Cargo.toml +++ b/zebra-network/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zebra-network" -version = "1.0.0-alpha.14" +version = "1.0.0-alpha.15" authors = ["Zcash Foundation "] license = "MIT OR Apache-2.0" edition = "2018" diff --git a/zebra-network/src/constants.rs b/zebra-network/src/constants.rs index 115934b69..5535ca1df 100644 --- a/zebra-network/src/constants.rs +++ b/zebra-network/src/constants.rs @@ -106,7 +106,7 @@ pub const TIMESTAMP_TRUNCATION_SECONDS: u32 = 30 * 60; /// [BIP 14]: https://github.com/bitcoin/bips/blob/master/bip-0014.mediawiki // // TODO: generate this from crate metadata (#2375) -pub const USER_AGENT: &str = "/Zebra:1.0.0-alpha.14/"; +pub const USER_AGENT: &str = "/Zebra:1.0.0-alpha.15/"; /// The Zcash network protocol version implemented by this crate, and advertised /// during connection setup. diff --git a/zebra-script/Cargo.toml b/zebra-script/Cargo.toml index 5139d93d5..4ed7556e0 100644 --- a/zebra-script/Cargo.toml +++ b/zebra-script/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zebra-script" -version = "1.0.0-alpha.15" +version = "1.0.0-alpha.16" authors = ["Zcash Foundation "] license = "MIT OR Apache-2.0" edition = "2018" diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index 7fac2b1a9..00a30e8a6 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zebra-state" -version = "1.0.0-alpha.14" +version = "1.0.0-alpha.15" authors = ["Zcash Foundation "] license = "MIT OR Apache-2.0" edition = "2018" diff --git a/zebra-utils/Cargo.toml b/zebra-utils/Cargo.toml index 0e1b4bcf1..bc7453456 100644 --- a/zebra-utils/Cargo.toml +++ b/zebra-utils/Cargo.toml @@ -2,7 +2,7 @@ name = "zebra-utils" authors = ["Zcash Foundation "] license = "MIT OR Apache-2.0" -version = "1.0.0-alpha.14" +version = "1.0.0-alpha.15" edition = "2018" # Prevent accidental publication of this utility crate. publish = false diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index cbb801050..16ae7f545 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -2,7 +2,7 @@ name = "zebrad" authors = ["Zcash Foundation "] license = "MIT OR Apache-2.0" -version = "1.0.0-alpha.14" +version = "1.0.0-alpha.15" edition = "2018" repository = "https://github.com/ZcashFoundation/zebra" # make `cargo run` use `zebrad` by default