From b4d159dfc08a5786e9579e33284f028cc1f9182a Mon Sep 17 00:00:00 2001 From: Nicolas Di Prima Date: Mon, 22 Jun 2020 13:33:29 +0100 Subject: [PATCH] v0.9.0-rc3 --- 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 92610d5cb7..db46458580 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1403,7 +1403,7 @@ checksum = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e" [[package]] name = "jcli" -version = "0.9.0-rc2" +version = "0.9.0-rc3" dependencies = [ "assert_fs", "bech32", @@ -1438,7 +1438,7 @@ dependencies = [ [[package]] name = "jormungandr" -version = "0.9.0-rc2" +version = "0.9.0-rc3" dependencies = [ "arc-swap", "async-trait", @@ -1497,7 +1497,7 @@ dependencies = [ [[package]] name = "jormungandr-integration-tests" -version = "0.9.0-rc2" +version = "0.9.0-rc3" dependencies = [ "assert_fs", "base64 0.12.2", @@ -1537,7 +1537,7 @@ dependencies = [ [[package]] name = "jormungandr-lib" -version = "0.9.0-rc2" +version = "0.9.0-rc3" dependencies = [ "bech32", "bincode", @@ -1566,7 +1566,7 @@ dependencies = [ [[package]] name = "jormungandr-scenario-tests" -version = "0.9.0-rc2" +version = "0.9.0-rc3" dependencies = [ "assert_fs", "bawawa", @@ -1606,7 +1606,7 @@ dependencies = [ [[package]] name = "jormungandr-testing-utils" -version = "0.9.0-rc2" +version = "0.9.0-rc3" dependencies = [ "bech32", "bytesize", diff --git a/jcli/Cargo.toml b/jcli/Cargo.toml index abaa603c60..737626d4a5 100644 --- a/jcli/Cargo.toml +++ b/jcli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jcli" -version = "0.9.0-rc2" +version = "0.9.0-rc3" 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 1549b7d47f..9c6bb1c07f 100644 --- a/jormungandr-lib/Cargo.toml +++ b/jormungandr-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jormungandr-lib" -version = "0.9.0-rc2" +version = "0.9.0-rc3" authors = ["dev@iohk.io"] edition = "2018" diff --git a/jormungandr/Cargo.toml b/jormungandr/Cargo.toml index 179d0f3acf..489ea8047e 100644 --- a/jormungandr/Cargo.toml +++ b/jormungandr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jormungandr" -version = "0.9.0-rc2" +version = "0.9.0-rc3" 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 9d1bb17519..7634b7e8a4 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.9.0-rc2" +version = "0.9.0-rc3" authors = [ "dev@iohk.io" ] edition = "2018" diff --git a/testing/jormungandr-scenario-tests/Cargo.toml b/testing/jormungandr-scenario-tests/Cargo.toml index 7b6c148918..19928759ee 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.9.0-rc2" +version = "0.9.0-rc3" authors = [ "dev@iohk.io" ] edition = "2018" diff --git a/testing/jormungandr-testing-utils/Cargo.toml b/testing/jormungandr-testing-utils/Cargo.toml index 0d02fdfc65..031f6d09d0 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.9.0-rc2" +version = "0.9.0-rc3" authors = ["Nicolas Di Prima "] edition = "2018"