From a9b64418711b4d240ee4e0252cb7a467ad9ef945 Mon Sep 17 00:00:00 2001 From: Bowen Wang Date: Sun, 17 Nov 2019 11:37:59 -0800 Subject: [PATCH] Release v0.4.6 --- Cargo.lock | 22 +++++++++++----------- near/Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3fcb58260db..956c8189e3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1168,7 +1168,7 @@ dependencies = [ "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "csv 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "near 0.4.5", + "near 0.4.6", "near-crypto 0.1.0", "near-network 0.1.0", "near-primitives 0.1.0", @@ -1186,7 +1186,7 @@ dependencies = [ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "indicatif 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", - "near 0.4.5", + "near 0.4.6", "near-chain 0.1.0", "near-client 0.1.0", "near-crypto 0.1.0", @@ -1525,7 +1525,7 @@ name = "keypair-generator" version = "0.1.0" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", - "near 0.4.5", + "near 0.4.6", "near-crypto 0.1.0", ] @@ -1628,7 +1628,7 @@ dependencies = [ "git-version 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "near 0.4.5", + "near 0.4.6", "near-crypto 0.1.0", "near-jsonrpc 0.1.0", "near-primitives 0.1.0", @@ -1818,7 +1818,7 @@ dependencies = [ [[package]] name = "near" -version = "0.4.5" +version = "0.4.6" dependencies = [ "actix 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", "borsh 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1910,7 +1910,7 @@ dependencies = [ "kvdb 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "near 0.4.5", + "near 0.4.6", "near-chain 0.1.0", "near-chunks 0.1.0", "near-crypto 0.1.0", @@ -2181,7 +2181,7 @@ dependencies = [ "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "near 0.4.5", + "near 0.4.6", "near-crypto 0.1.0", "near-jsonrpc 0.1.0", "near-network 0.1.0", @@ -2231,7 +2231,7 @@ dependencies = [ "kvdb 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "near 0.4.4", + "near 0.4.6", "near-crypto 0.1.0", "near-metrics 0.1.0", "near-primitives 0.1.0", @@ -2919,7 +2919,7 @@ dependencies = [ "csv 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "gnuplot 0.0.32 (registry+https://github.com/rust-lang/crates.io-index)", "indicatif 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", - "near 0.4.5", + "near 0.4.6", "near-crypto 0.1.0", "near-primitives 0.1.0", "near-runtime-fees 0.4.0", @@ -3192,7 +3192,7 @@ dependencies = [ "borsh 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "near 0.4.5", + "near 0.4.6", "near-chain 0.1.0", "near-crypto 0.1.0", "near-network 0.1.0", @@ -3323,7 +3323,7 @@ dependencies = [ "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "near 0.4.5", + "near 0.4.6", "near-chain 0.1.0", "near-client 0.1.0", "near-crypto 0.1.0", diff --git a/near/Cargo.toml b/near/Cargo.toml index 0f191a841aa..efe2ad4200d 100644 --- a/near/Cargo.toml +++ b/near/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near" -version = "0.4.5" +version = "0.4.6" authors = ["Near Inc "] edition = "2018"