From 5c11e203429d8b5cc223930896ddba10ebaf3a3a Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Tue, 4 Apr 2023 05:36:13 -0700 Subject: [PATCH] release: 0.13.0 Signed-off-by: Ryan Leckey --- sdk/rust/Cargo.lock | 2 +- sdk/rust/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/rust/Cargo.lock b/sdk/rust/Cargo.lock index 354650d2..7c84e6dd 100644 --- a/sdk/rust/Cargo.lock +++ b/sdk/rust/Cargo.lock @@ -602,7 +602,7 @@ checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" [[package]] name = "hedera" -version = "0.12.0" +version = "0.13.0" dependencies = [ "anyhow", "arc-swap", diff --git a/sdk/rust/Cargo.toml b/sdk/rust/Cargo.toml index 62dea3ff..7b72f8ec 100644 --- a/sdk/rust/Cargo.toml +++ b/sdk/rust/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" name = "hedera" readme = "../../README.md" repository = "https://github.com/hashgraph/hedera-sdk-rust" -version = "0.12.0" +version = "0.13.0" [lib] bench = false