From 8441f831adb6ed561c060b14f16b4608f6df0c3a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 14:37:22 +1000 Subject: [PATCH] Bump version to 22.0.0-rc.1 (#23) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 153a344..d92085a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -450,7 +450,7 @@ dependencies = [ [[package]] name = "stellar-xdr-json" -version = "0.0.4" +version = "22.0.0-rc.1" dependencies = [ "console_error_panic_hook", "schemars", diff --git a/Cargo.toml b/Cargo.toml index 011ed36..4641d39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stellar-xdr-json" -version = "0.0.4" +version = "22.0.0-rc.1" edition = "2021" publish = false