From 6f67cca826c7706e05963f3de03410aea97dd5d7 Mon Sep 17 00:00:00 2001 From: Tomasz Polaczyk Date: Mon, 30 Aug 2021 11:45:50 +0200 Subject: [PATCH] chore: update witnet version to 1.3.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 657943099..b0e8f6e3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4903,7 +4903,7 @@ dependencies = [ [[package]] name = "witnet" -version = "1.3.0" +version = "1.3.1" dependencies = [ "ansi_term 0.12.1", "bytecount", diff --git a/Cargo.toml b/Cargo.toml index 422ddf16b..6b29b0a10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "witnet" -version = "1.3.0" +version = "1.3.1" authors = ["Witnet Foundation "] publish = false repository = "witnet/witnet-rust"