From 154e07ebbb0ad307475fd665d5a0dcf169a9596f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 13:07:02 -0800 Subject: [PATCH] Bump version to 0.0.12 (#225) Co-authored-by: github-actions[bot] Co-authored-by: Graydon Hoare --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b480e371..abd23bca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -482,7 +482,7 @@ dependencies = [ [[package]] name = "stellar-xdr" -version = "0.0.11" +version = "0.0.12" dependencies = [ "arbitrary", "base64", diff --git a/Cargo.toml b/Cargo.toml index 928bd290..7563a9da 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 = "0.0.11" +version = "0.0.12" edition = "2021" rust-version = "1.66"