From 31f68788a187705515709fe3a231064501abb255 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillermo=20D=C3=ADaz?= Date: Thu, 7 Mar 2024 17:34:37 +0100 Subject: [PATCH] chore: upgrade binary crate versions to 2.0.0 --- Cargo.lock | 4 ++-- toolkit/Cargo.toml | 2 +- wallet/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 24a993dc8..8a881a0eb 100755 --- a/Cargo.lock +++ b/Cargo.lock @@ -5501,7 +5501,7 @@ dependencies = [ [[package]] name = "witnet_toolkit" -version = "1.7.1" +version = "2.0.0" dependencies = [ "failure", "hex", @@ -5544,7 +5544,7 @@ dependencies = [ [[package]] name = "witnet_wallet" -version = "1.7.1" +version = "2.0.0" dependencies = [ "actix", "async-jsonrpc-client", diff --git a/toolkit/Cargo.toml b/toolkit/Cargo.toml index e6dce5291..7ac7b72d4 100644 --- a/toolkit/Cargo.toml +++ b/toolkit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "witnet_toolkit" -version = "1.7.1" +version = "2.0.0" authors = ["Adán SDPC "] edition = "2021" diff --git a/wallet/Cargo.toml b/wallet/Cargo.toml index bb1f7ef9b..5a7221a5f 100644 --- a/wallet/Cargo.toml +++ b/wallet/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Witnet Foundation "] edition = "2021" name = "witnet_wallet" -version = "1.7.1" +version = "2.0.0" workspace = ".." [dependencies]