From f44c086cbd8d24db37a33fe39322f3671d0b3bca Mon Sep 17 00:00:00 2001 From: Mikhail Zabaluev Date: Tue, 16 Feb 2021 19:34:56 +0200 Subject: [PATCH] Release 0.10.0-alpha.3 --- Cargo.lock | 12 ++++++------ jcli/Cargo.toml | 2 +- jormungandr-lib/Cargo.toml | 2 +- jormungandr/Cargo.toml | 2 +- testing/jormungandr-integration-tests/Cargo.toml | 2 +- testing/jormungandr-scenario-tests/Cargo.toml | 2 +- testing/jormungandr-testing-utils/Cargo.toml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 106b368d6b..a1d93b9773 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1874,7 +1874,7 @@ checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736" [[package]] name = "jcli" -version = "0.10.0-alpha.2" +version = "0.10.0-alpha.3" dependencies = [ "assert_fs", "base64 0.13.0", @@ -1911,7 +1911,7 @@ dependencies = [ [[package]] name = "jormungandr" -version = "0.10.0-alpha.2" +version = "0.10.0-alpha.3" dependencies = [ "arc-swap", "async-trait", @@ -1975,7 +1975,7 @@ dependencies = [ [[package]] name = "jormungandr-integration-tests" -version = "0.10.0-alpha.2" +version = "0.10.0-alpha.3" dependencies = [ "assert_cmd", "assert_fs", @@ -2020,7 +2020,7 @@ dependencies = [ [[package]] name = "jormungandr-lib" -version = "0.10.0-alpha.2" +version = "0.10.0-alpha.3" dependencies = [ "base64 0.13.0", "bech32", @@ -2052,7 +2052,7 @@ dependencies = [ [[package]] name = "jormungandr-scenario-tests" -version = "0.10.0-alpha.2" +version = "0.10.0-alpha.3" dependencies = [ "assert_fs", "chain-addr", @@ -2093,7 +2093,7 @@ dependencies = [ [[package]] name = "jormungandr-testing-utils" -version = "0.10.0-alpha.2" +version = "0.10.0-alpha.3" dependencies = [ "assert_fs", "base64 0.13.0", diff --git a/jcli/Cargo.toml b/jcli/Cargo.toml index 257a83601f..759f976fad 100644 --- a/jcli/Cargo.toml +++ b/jcli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jcli" -version = "0.10.0-alpha.2" +version = "0.10.0-alpha.3" authors = [ "dev@iohk.io" ] license = "MIT OR Apache-2.0" repository = "https://github.com/input-output-hk/jormungandr" diff --git a/jormungandr-lib/Cargo.toml b/jormungandr-lib/Cargo.toml index b638723fbd..ecfa31e32c 100644 --- a/jormungandr-lib/Cargo.toml +++ b/jormungandr-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jormungandr-lib" -version = "0.10.0-alpha.2" +version = "0.10.0-alpha.3" authors = ["dev@iohk.io"] edition = "2018" diff --git a/jormungandr/Cargo.toml b/jormungandr/Cargo.toml index efb3114b3d..55c0b283a4 100644 --- a/jormungandr/Cargo.toml +++ b/jormungandr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jormungandr" -version = "0.10.0-alpha.2" +version = "0.10.0-alpha.3" authors = [ "dev@iohk.io" ] license = "MIT OR Apache-2.0" repository = "https://github.com/input-output-hk/jormungandr" diff --git a/testing/jormungandr-integration-tests/Cargo.toml b/testing/jormungandr-integration-tests/Cargo.toml index e121d97cd4..1c30e3e838 100644 --- a/testing/jormungandr-integration-tests/Cargo.toml +++ b/testing/jormungandr-integration-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jormungandr-integration-tests" -version = "0.10.0-alpha.2" +version = "0.10.0-alpha.3" authors = [ "dev@iohk.io" ] edition = "2018" diff --git a/testing/jormungandr-scenario-tests/Cargo.toml b/testing/jormungandr-scenario-tests/Cargo.toml index fa24a9f46c..ee24bb4c71 100644 --- a/testing/jormungandr-scenario-tests/Cargo.toml +++ b/testing/jormungandr-scenario-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jormungandr-scenario-tests" -version = "0.10.0-alpha.2" +version = "0.10.0-alpha.3" authors = [ "dev@iohk.io" ] edition = "2018" default-run = "jormungandr-scenario-tests" diff --git a/testing/jormungandr-testing-utils/Cargo.toml b/testing/jormungandr-testing-utils/Cargo.toml index a89e3998f0..a58cb51efe 100644 --- a/testing/jormungandr-testing-utils/Cargo.toml +++ b/testing/jormungandr-testing-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jormungandr-testing-utils" -version = "0.10.0-alpha.2" +version = "0.10.0-alpha.3" authors = ["Nicolas Di Prima "] edition = "2018"