From 597a3646889dece184bdbf4ef842955738ca304b Mon Sep 17 00:00:00 2001 From: Collin Brittain Date: Fri, 3 Nov 2023 10:59:54 -0500 Subject: [PATCH] Bump to 2.0.5 --- orchestrator/Cargo.lock | 16 ++++++++-------- orchestrator/Cargo.toml | 2 +- orchestrator/cosmos_gravity/Cargo.toml | 2 +- orchestrator/ethereum_gravity/Cargo.toml | 2 +- orchestrator/gorc/Cargo.toml | 2 +- orchestrator/gravity_utils/Cargo.toml | 2 +- orchestrator/orchestrator/Cargo.toml | 2 +- orchestrator/register_delegate_keys/Cargo.toml | 2 +- orchestrator/relayer/Cargo.toml | 2 +- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/orchestrator/Cargo.lock b/orchestrator/Cargo.lock index 13e8d1b2b..6017c436d 100644 --- a/orchestrator/Cargo.lock +++ b/orchestrator/Cargo.lock @@ -1269,7 +1269,7 @@ dependencies = [ [[package]] name = "cosmos_gravity" -version = "2.0.4" +version = "2.0.5" dependencies = [ "actix", "bytes 1.1.0", @@ -1672,7 +1672,7 @@ dependencies = [ [[package]] name = "ethereum_gravity" -version = "0.1.0" +version = "2.0.5" dependencies = [ "deep_space", "ethers", @@ -2169,7 +2169,7 @@ checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" [[package]] name = "gorc" -version = "2.0.4" +version = "2.0.5" dependencies = [ "abscissa_core", "abscissa_tokio", @@ -2224,7 +2224,7 @@ dependencies = [ [[package]] name = "gravity_bridge" -version = "2.0.4" +version = "2.0.5" dependencies = [ "cosmos_gravity", "ethereum_gravity", @@ -2262,7 +2262,7 @@ dependencies = [ [[package]] name = "gravity_utils" -version = "0.1.0" +version = "2.0.5" dependencies = [ "actix", "clarity", @@ -3141,7 +3141,7 @@ dependencies = [ [[package]] name = "orchestrator" -version = "2.0.4" +version = "2.0.5" dependencies = [ "actix-rt 2.5.0", "axum", @@ -3721,7 +3721,7 @@ checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" [[package]] name = "register_delegate_keys" -version = "2.0.0" +version = "2.0.5" dependencies = [ "actix-rt 2.5.0", "clarity", @@ -3745,7 +3745,7 @@ dependencies = [ [[package]] name = "relayer" -version = "2.0.0" +version = "2.0.5" dependencies = [ "actix", "actix-rt 2.5.0", diff --git a/orchestrator/Cargo.toml b/orchestrator/Cargo.toml index c13680d61..822b73457 100644 --- a/orchestrator/Cargo.toml +++ b/orchestrator/Cargo.toml @@ -2,7 +2,7 @@ # Also, the name was changed from orchestrator to gravity_bridge. [package] name = "gravity_bridge" -version = "2.0.4" +version = "2.0.5" authors = ["PeggyJV"] license = "Apache-2.0" edition = "2018" diff --git a/orchestrator/cosmos_gravity/Cargo.toml b/orchestrator/cosmos_gravity/Cargo.toml index 74f218f3b..fe1d35075 100644 --- a/orchestrator/cosmos_gravity/Cargo.toml +++ b/orchestrator/cosmos_gravity/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cosmos_gravity" -version = "2.0.4" +version = "2.0.5" authors = ["Justin Kilpatrick "] edition = "2018" diff --git a/orchestrator/ethereum_gravity/Cargo.toml b/orchestrator/ethereum_gravity/Cargo.toml index 27a9c8f8a..0db24330d 100644 --- a/orchestrator/ethereum_gravity/Cargo.toml +++ b/orchestrator/ethereum_gravity/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethereum_gravity" -version = "0.1.0" +version = "2.0.5" authors = ["Justin Kilpatrick "] edition = "2018" diff --git a/orchestrator/gorc/Cargo.toml b/orchestrator/gorc/Cargo.toml index f24c7dbf0..229c8386b 100644 --- a/orchestrator/gorc/Cargo.toml +++ b/orchestrator/gorc/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gorc" authors = [] -version = "2.0.4" +version = "2.0.5" edition = "2021" rust-version = "1.63" diff --git a/orchestrator/gravity_utils/Cargo.toml b/orchestrator/gravity_utils/Cargo.toml index 54b64bf46..bc9a4b131 100644 --- a/orchestrator/gravity_utils/Cargo.toml +++ b/orchestrator/gravity_utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gravity_utils" -version = "0.1.0" +version = "2.0.5" authors = ["Justin Kilpatrick "] edition = "2018" diff --git a/orchestrator/orchestrator/Cargo.toml b/orchestrator/orchestrator/Cargo.toml index 6fe3b94ab..5c0ccf5fa 100644 --- a/orchestrator/orchestrator/Cargo.toml +++ b/orchestrator/orchestrator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orchestrator" -version = "2.0.4" +version = "2.0.5" authors = ["Justin Kilpatrick "] edition = "2018" diff --git a/orchestrator/register_delegate_keys/Cargo.toml b/orchestrator/register_delegate_keys/Cargo.toml index 27ccee135..c7c9bcfaf 100644 --- a/orchestrator/register_delegate_keys/Cargo.toml +++ b/orchestrator/register_delegate_keys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "register_delegate_keys" -version = "2.0.0" +version = "2.0.5" authors = ["Justin Kilpatrick "] edition = "2018" diff --git a/orchestrator/relayer/Cargo.toml b/orchestrator/relayer/Cargo.toml index 9266e800e..b388a565f 100644 --- a/orchestrator/relayer/Cargo.toml +++ b/orchestrator/relayer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "relayer" -version = "2.0.0" +version = "2.0.5" authors = ["Justin Kilpatrick "] edition = "2018"