From 1309e3de46fcb01743f818831de3a9ac4a5b1ab6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 11:54:18 -0800 Subject: [PATCH] Bump version to 0.0.9 (#211) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fd08a7d2..249edcde 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -557,7 +557,7 @@ dependencies = [ [[package]] name = "stellar-xdr" -version = "0.0.8" +version = "0.0.9" dependencies = [ "arbitrary", "base64", diff --git a/Cargo.toml b/Cargo.toml index d9fcf470..66fd5932 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.8" +version = "0.0.9" edition = "2021" rust-version = "1.65"