From bd9deaf09fe86bd287d21527651b240e90c320b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 10:43:54 -0800 Subject: [PATCH] Bump version to 0.0.13 (#233) * Bump version to 0.0.13 * update outdated crate-git-revision * Revert "update outdated crate-git-revision" This reverts commit 723d574a5fcc68b5d106c2b03ea8ac450391ae03. --------- Co-authored-by: github-actions[bot] Co-authored-by: Siddharth Suresh --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index abd23bca..e459b9b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -482,7 +482,7 @@ dependencies = [ [[package]] name = "stellar-xdr" -version = "0.0.12" +version = "0.0.13" dependencies = [ "arbitrary", "base64", diff --git a/Cargo.toml b/Cargo.toml index 0a321607..983788e3 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.12" +version = "0.0.13" edition = "2021" rust-version = "1.67"