diff --git a/Cargo.lock b/Cargo.lock index b064f49b4..ff01eac71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3746,7 +3746,7 @@ dependencies = [ [[package]] name = "tower-batch" -version = "0.2.10" +version = "0.2.11" dependencies = [ "color-eyre", "ed25519-zebra", @@ -3766,7 +3766,7 @@ dependencies = [ [[package]] name = "tower-fallback" -version = "0.2.9" +version = "0.2.10" dependencies = [ "futures-core", "pin-project 0.4.28", @@ -4482,7 +4482,7 @@ dependencies = [ [[package]] name = "zebra-chain" -version = "1.0.0-alpha.12" +version = "1.0.0-alpha.13" dependencies = [ "aes", "bech32", @@ -4537,7 +4537,7 @@ version = "1.0.0-alpha.0" [[package]] name = "zebra-consensus" -version = "1.0.0-alpha.12" +version = "1.0.0-alpha.13" dependencies = [ "bellman", "blake2b_simd", @@ -4573,7 +4573,7 @@ dependencies = [ [[package]] name = "zebra-network" -version = "1.0.0-alpha.12" +version = "1.0.0-alpha.13" dependencies = [ "bitflags", "byteorder", @@ -4608,7 +4608,7 @@ version = "1.0.0-alpha.0" [[package]] name = "zebra-script" -version = "1.0.0-alpha.13" +version = "1.0.0-alpha.14" dependencies = [ "displaydoc", "hex", @@ -4621,7 +4621,7 @@ dependencies = [ [[package]] name = "zebra-state" -version = "1.0.0-alpha.12" +version = "1.0.0-alpha.13" dependencies = [ "chrono", "color-eyre", @@ -4651,7 +4651,7 @@ dependencies = [ [[package]] name = "zebra-test" -version = "1.0.0-alpha.11" +version = "1.0.0-alpha.12" dependencies = [ "color-eyre", "futures 0.3.15", @@ -4675,7 +4675,7 @@ dependencies = [ [[package]] name = "zebra-utils" -version = "1.0.0-alpha.12" +version = "1.0.0-alpha.13" dependencies = [ "color-eyre", "hex", @@ -4690,7 +4690,7 @@ dependencies = [ [[package]] name = "zebrad" -version = "1.0.0-alpha.12" +version = "1.0.0-alpha.13" dependencies = [ "abscissa_core", "atty", diff --git a/README.md b/README.md index 716377bf4..c09af3c8b 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.12 zebrad` +3. Run `cargo install --locked --git https://github.com/ZcashFoundation/zebra --tag v1.0.0-alpha.13 zebrad` 4. Run `zebrad start` If you're interested in testing out `zebrad` please feel free, but keep in mind diff --git a/tower-batch/Cargo.toml b/tower-batch/Cargo.toml index 8244ce443..13f6d6936 100644 --- a/tower-batch/Cargo.toml +++ b/tower-batch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tower-batch" -version = "0.2.10" +version = "0.2.11" authors = ["Zcash Foundation "] license = "MIT" edition = "2018" diff --git a/tower-fallback/Cargo.toml b/tower-fallback/Cargo.toml index a17765386..da6fd2952 100644 --- a/tower-fallback/Cargo.toml +++ b/tower-fallback/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tower-fallback" -version = "0.2.9" +version = "0.2.10" authors = ["Zcash Foundation "] license = "MIT" edition = "2018" diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index 38a1266b4..3f6bffc03 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zebra-chain" -version = "1.0.0-alpha.12" +version = "1.0.0-alpha.13" authors = ["Zcash Foundation "] license = "MIT OR Apache-2.0" edition = "2018" diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index 6c586e28d..82827f5d3 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zebra-consensus" -version = "1.0.0-alpha.12" +version = "1.0.0-alpha.13" authors = ["Zcash Foundation "] license = "MIT OR Apache-2.0" edition = "2018" diff --git a/zebra-network/Cargo.toml b/zebra-network/Cargo.toml index 347f2277e..8b66bb68e 100644 --- a/zebra-network/Cargo.toml +++ b/zebra-network/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zebra-network" -version = "1.0.0-alpha.12" +version = "1.0.0-alpha.13" 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 214489c09..0c355ae7d 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.12/"; +pub const USER_AGENT: &str = "/Zebra:1.0.0-alpha.13/"; /// 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 71f23e11d..4f07e28a6 100644 --- a/zebra-script/Cargo.toml +++ b/zebra-script/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zebra-script" -version = "1.0.0-alpha.13" +version = "1.0.0-alpha.14" authors = ["Zcash Foundation "] license = "MIT OR Apache-2.0" edition = "2018" diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index 18dd1d5fc..05958cc1b 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zebra-state" -version = "1.0.0-alpha.12" +version = "1.0.0-alpha.13" authors = ["Zcash Foundation "] license = "MIT OR Apache-2.0" edition = "2018" diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index c7bb71d02..c51b8faab 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zebra-test" -version = "1.0.0-alpha.11" +version = "1.0.0-alpha.12" authors = ["Zcash Foundation "] license = "MIT OR Apache-2.0" edition = "2018" diff --git a/zebra-utils/Cargo.toml b/zebra-utils/Cargo.toml index 27887e804..1faf6d20f 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.12" +version = "1.0.0-alpha.13" edition = "2018" # Prevent accidental publication of this utility crate. publish = false diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 1e72abc21..18134e5e4 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.12" +version = "1.0.0-alpha.13" edition = "2018" repository = "https://github.com/ZcashFoundation/zebra" # make `cargo run` use `zebrad` by default