From 1cec16177406e0b5fabbb361a775b427fe865643 Mon Sep 17 00:00:00 2001 From: Marcelo Diop-Gonzalez Date: Mon, 28 Nov 2022 13:12:49 -0500 Subject: [PATCH] 1.29.2 --- Cargo.lock | 2 +- neard/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 738231188bc..6b2203816b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3672,7 +3672,7 @@ dependencies = [ [[package]] name = "neard" -version = "1.29.1" +version = "1.29.2" dependencies = [ "actix", "anyhow", diff --git a/neard/Cargo.toml b/neard/Cargo.toml index ef3e05399c8..80bdacf6a46 100644 --- a/neard/Cargo.toml +++ b/neard/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neard" -version = "1.29.1" +version = "1.29.2" authors = ["Near Inc "] publish = false # Please update rust-toolchain.toml as well when changing version here: