From aff726b5ebe00a2deda83d3844b19c6ad15686e4 Mon Sep 17 00:00:00 2001 From: vms Date: Tue, 8 Sep 2020 13:40:28 +0300 Subject: [PATCH] bump repl version --- Cargo.lock | 2 +- tools/repl/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a5caa095..cf31a750 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -768,7 +768,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "frepl" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "clap", diff --git a/tools/repl/Cargo.toml b/tools/repl/Cargo.toml index e9881122..949eab69 100644 --- a/tools/repl/Cargo.toml +++ b/tools/repl/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "frepl" description = "Fluence FCE REPL intended for testing purposes" -version = "0.1.2" +version = "0.1.3" authors = ["Fluence Labs"] repository = "https://github.com/fluencelabs/fce/tools/repl" license = "Apache-2.0"