diff --git a/Cargo.lock b/Cargo.lock index 9d095454..626e57ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -534,7 +534,7 @@ dependencies = [ [[package]] name = "stellar-xdr" -version = "21.0.1" +version = "21.1.0" dependencies = [ "arbitrary", "base64 0.13.0", diff --git a/Cargo.toml b/Cargo.toml index aec3db4f..dd10c53d 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.1" +version = "21.1.0" edition = "2021" rust-version = "1.74.0"