From 115766f3d825e07327b7d614ec723eb73b5cf160 Mon Sep 17 00:00:00 2001 From: Marcelo Diop-Gonzalez Date: Thu, 15 Sep 2022 17:08:40 +0100 Subject: [PATCH] 1.29.0-rc.3 --- Cargo.lock | 2 +- neard/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 43ebd2c2fbb..0ae01d0226c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3671,7 +3671,7 @@ dependencies = [ [[package]] name = "neard" -version = "1.29.0-rc.2" +version = "1.29.0-rc.3" dependencies = [ "actix", "anyhow", diff --git a/neard/Cargo.toml b/neard/Cargo.toml index dcc9520684f..bf1aa875df9 100644 --- a/neard/Cargo.toml +++ b/neard/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neard" -version = "1.29.0-rc.2" +version = "1.29.0-rc.3" authors = ["Near Inc "] publish = false # Please update rust-toolchain.toml as well when changing version here: