From 96b15872838548b89ec961bb05fef538b25c3c01 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 13 Jun 2024 15:52:03 +0000 Subject: [PATCH] Bump version to 21.3.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f907d86..efc7c1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1073,7 +1073,7 @@ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" [[package]] name = "stellar-rpc-client" -version = "21.3.0" +version = "21.3.1" dependencies = [ "clap", "hex", diff --git a/Cargo.toml b/Cargo.toml index 4a85890..69b9923 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/stellar/soroban-rpc" authors = ["Stellar Development Foundation "] license = "Apache-2.0" readme = "README.md" -version = "21.3.0" +version = "21.3.1" edition = "2021" rust-version = "1.74.0" autobins = false