Skip to content

Commit

Permalink
chore: fix the version of heimdall as the version has been updated an…
Browse files Browse the repository at this point in the history
…d need to be refactored.
  • Loading branch information
Ethnical committed Apr 8, 2024
1 parent 38bc7e6 commit de768f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ home = "0.5.4"
env_logger = "0.10.0"
log = "0.4.17"

heimdall = { git = "https://github.com/Jon-Becker/heimdall-rs/" }
heimdall-common = { git = "https://github.com/Jon-Becker/heimdall-rs/" }
heimdall = { git = "https://github.com/Jon-Becker/heimdall-rs/" , tag = "0.4.1"}
heimdall-common = { git = "https://github.com/Jon-Becker/heimdall-rs/", tag = "0.4.1" }

#ethers-solc = { path = "/Users/ethnical/Sec/Rust/oz_implementations/ethers-rs/ethers-solc/"}
[build]
Expand Down

0 comments on commit de768f0

Please sign in to comment.