From da0cbc6f75eaf03423810b8e9d730a03dfa8517e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 18:24:33 +0000 Subject: [PATCH] Bump version to 21.0.1 (#364) Co-authored-by: github-actions[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 29b3247e..8e9650a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -493,7 +493,7 @@ dependencies = [ [[package]] name = "stellar-xdr" -version = "21.0.0" +version = "21.0.1" dependencies = [ "arbitrary", "base64 0.13.0", diff --git a/Cargo.toml b/Cargo.toml index 42782324..38212e4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ homepage = "https://github.com/stellar/rs-stellar-xdr" repository = "https://github.com/stellar/rs-stellar-xdr" authors = ["Stellar Development Foundation "] license = "Apache-2.0" -version = "21.0.0" +version = "21.0.1" edition = "2021" rust-version = "1.74.0"