Skip to content

Commit 75ce024

Browse files
committed
v0.9.0-rc2
1 parent 55b3a95 commit 75ce024

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jcli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jcli"
3-
version = "0.9.0-rc1"
3+
version = "0.9.0-rc2"
44
authors = [ "[email protected]" ]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/input-output-hk/jormungandr"

jormungandr-lib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jormungandr-lib"
3-
version = "0.9.0-rc1"
3+
version = "0.9.0-rc2"
44
authors = ["[email protected]"]
55
edition = "2018"
66

jormungandr/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jormungandr"
3-
version = "0.9.0-rc1"
3+
version = "0.9.0-rc2"
44
authors = [ "[email protected]" ]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/input-output-hk/jormungandr"

testing/jormungandr-integration-tests/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jormungandr-integration-tests"
3-
version = "0.9.0-rc1"
3+
version = "0.9.0-rc2"
44
authors = [ "[email protected]" ]
55
edition = "2018"
66

testing/jormungandr-scenario-tests/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jormungandr-scenario-tests"
3-
version = "0.9.0-rc1"
3+
version = "0.9.0-rc2"
44
authors = [ "[email protected]" ]
55
edition = "2018"
66

testing/jormungandr-testing-utils/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jormungandr-testing-utils"
3-
version = "0.9.0-rc1"
3+
version = "0.9.0-rc2"
44
authors = ["Nicolas Di Prima <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)