From 27d1a09a9a0c79f0b8dc7d96909c2d70a4be7d49 Mon Sep 17 00:00:00 2001 From: Mikhail Zabaluev Date: Wed, 23 Sep 2020 11:10:52 +0300 Subject: [PATCH] Dummy release to test CI build --- Cargo.lock | 4 ++-- jcli/Cargo.toml | 2 +- jormungandr/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 23f5b6deed..962670f7b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1600,7 +1600,7 @@ checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6" [[package]] name = "jcli" -version = "0.9.2" +version = "0.9.2-test.1" dependencies = [ "assert_fs", "bech32", @@ -1634,7 +1634,7 @@ dependencies = [ [[package]] name = "jormungandr" -version = "0.9.2" +version = "0.9.2-test.1" dependencies = [ "arc-swap", "async-trait", diff --git a/jcli/Cargo.toml b/jcli/Cargo.toml index d1a8afcbb1..95424c75c1 100644 --- a/jcli/Cargo.toml +++ b/jcli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jcli" -version = "0.9.2" +version = "0.9.2-test.1" authors = [ "dev@iohk.io" ] license = "MIT OR Apache-2.0" repository = "https://github.com/input-output-hk/jormungandr" diff --git a/jormungandr/Cargo.toml b/jormungandr/Cargo.toml index 3473aed572..9d7b6fc4b2 100644 --- a/jormungandr/Cargo.toml +++ b/jormungandr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jormungandr" -version = "0.9.2" +version = "0.9.2-test.1" authors = [ "dev@iohk.io" ] license = "MIT OR Apache-2.0" repository = "https://github.com/input-output-hk/jormungandr"