Skip to content

Commit

Permalink
Merge pull request #554 from PeggyJV/bolten/bump-cargo-versions-v4
Browse files Browse the repository at this point in the history
gravity_bridge/orchestrator/gorc/relayer to 4.0.0
  • Loading branch information
EricBolten committed Dec 15, 2023
2 parents 0d4b6b1 + 53f4d64 commit 8a21caf
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ env:

jobs:
rust-build:
permissions:
contents: read
packages: write
runs-on: ubuntu-20.04
steps:
- name: Checkout branch
Expand Down
8 changes: 4 additions & 4 deletions orchestrator/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion orchestrator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Also, the name was changed from orchestrator to gravity_bridge.
[package]
name = "gravity_bridge"
version = "2.0.4"
version = "4.0.0"
authors = ["PeggyJV"]
license = "Apache-2.0"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion orchestrator/gorc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "gorc"
authors = []
version = "2.0.4"
version = "4.0.0"
edition = "2021"
rust-version = "1.63"

Expand Down
2 changes: 1 addition & 1 deletion orchestrator/orchestrator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "orchestrator"
version = "2.0.4"
version = "4.0.0"
authors = ["Justin Kilpatrick <justin@althea.net>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion orchestrator/relayer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "relayer"
version = "2.0.0"
version = "4.0.0"
authors = ["Justin Kilpatrick <justin@althea.net>"]
edition = "2018"

Expand Down

0 comments on commit 8a21caf

Please sign in to comment.