Skip to content

Commit

Permalink
chore: update helios rev (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
oblique authored Aug 21, 2023
1 parent 9e32d4b commit 9df1548
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ ethers-contract = { version = "2.0.8", default-features = false, features = [
] }
ethers-core = "2.0.8"
eyre = "0.6.8"
helios_client = { package = "client", git = "https://github.com/eigerco/helios", rev = "45caf78" }
helios_common = { package = "common", git = "https://github.com/eigerco/helios", rev = "45caf78" }
helios_config = { package = "config", git = "https://github.com/eigerco/helios", rev = "45caf78" }
helios_execution = { package = "execution", git = "https://github.com/eigerco/helios", rev = "45caf78" }
helios_client = { package = "client", git = "https://github.com/eigerco/helios", rev = "07cc7af" }
helios_common = { package = "common", git = "https://github.com/eigerco/helios", rev = "07cc7af" }
helios_config = { package = "config", git = "https://github.com/eigerco/helios", rev = "07cc7af" }
helios_execution = { package = "execution", git = "https://github.com/eigerco/helios", rev = "07cc7af" }
interface = { path = "src/interface" }

[profile.release]
Expand Down

0 comments on commit 9df1548

Please sign in to comment.