From b862d4fbcb5fd56d0918e4d3583fb91afe82f310 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 16:56:12 +0000 Subject: [PATCH] Bump version to 0.0.10 (#217) 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 27061245..e0d38156 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -482,7 +482,7 @@ dependencies = [ [[package]] name = "stellar-xdr" -version = "0.0.9" +version = "0.0.10" dependencies = [ "arbitrary", "base64", diff --git a/Cargo.toml b/Cargo.toml index f5c5ad4d..40d9ccb0 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.9" +version = "0.0.10" edition = "2021" rust-version = "1.65"