From 50c8e9f3431102cc186bbd06029c673672a64ec7 Mon Sep 17 00:00:00 2001 From: stackchain <30806844+stackchain@users.noreply.github.com> Date: Tue, 18 Jan 2022 08:02:26 -0500 Subject: [PATCH] [chore] Bump cargo --- rust/Cargo.lock | 2 +- rust/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 3be2b5b..ff3782c 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -535,7 +535,7 @@ dependencies = [ [[package]] name = "react-native-haskell-shelley" -version = "3.1.2" +version = "3.1.3" dependencies = [ "cardano-serialization-lib", "cbindgen", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 933a82c..2ba98ce 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "react-native-haskell-shelley" -version = "3.1.2" +version = "3.1.3" authors = ["EMURGO R&D"] edition = "2018"