From 7bcc76900034ed8ffb0932694ce47e443255deb4 Mon Sep 17 00:00:00 2001 From: posvyatokum Date: Fri, 14 Oct 2022 09:03:47 +0100 Subject: [PATCH] 1.30.0-rc.4 --- Cargo.lock | 4 ++-- nearcore/Cargo.toml | 2 +- neard/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 804a446d602..b99cf1f204b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3611,7 +3611,7 @@ dependencies = [ [[package]] name = "nearcore" -version = "1.30.0-rc.2" +version = "1.30.0-rc.4" dependencies = [ "actix", "actix-rt", @@ -3673,7 +3673,7 @@ dependencies = [ [[package]] name = "neard" -version = "1.30.0-rc.2" +version = "1.30.0-rc.4" dependencies = [ "actix", "anyhow", diff --git a/nearcore/Cargo.toml b/nearcore/Cargo.toml index f4eba7f5065..6d904527035 100644 --- a/nearcore/Cargo.toml +++ b/nearcore/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nearcore" -version = "1.30.0-rc.2" +version = "1.30.0-rc.4" authors = ["Near Inc "] publish = false # Please update rust-toolchain.toml as well when changing version here: diff --git a/neard/Cargo.toml b/neard/Cargo.toml index 78cd1c5d12e..070bfa02382 100644 --- a/neard/Cargo.toml +++ b/neard/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neard" -version = "1.30.0-rc.2" +version = "1.30.0-rc.4" authors = ["Near Inc "] publish = false # Please update rust-toolchain.toml as well when changing version here: