From 488cacc0b5dcecb9d571d16dcac4cb710110a751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 19 Apr 2021 15:44:04 +0200 Subject: [PATCH] chore: bump witnet-rust version to 1.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 477d6bcd1..d82548f82 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4733,7 +4733,7 @@ dependencies = [ [[package]] name = "witnet" -version = "1.1.3" +version = "1.2.0" dependencies = [ "ansi_term 0.12.1", "bytecount", diff --git a/Cargo.toml b/Cargo.toml index de4987a30..283f5fe16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "witnet" -version = "1.1.3" +version = "1.2.0" authors = ["Witnet Foundation "] publish = false repository = "witnet/witnet-rust"