Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksuss authored Jun 20, 2024
1 parent e9e6aec commit 987edb1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ keywords.workspace = true
edition.workspace = true

[workspace.dependencies]
evm = { version = "0.42", path = "." }
evm-core = { version = "0.42", path = "core", default-features = false }
evm-gasometer = { version = "0.42", path = "gasometer", default-features = false }
evm-runtime = { version = "0.42", path = "runtime", default-features = false }
evm = { version = "0.43", path = "." }
evm-core = { version = "0.43", path = "core", default-features = false }
evm-gasometer = { version = "0.43", path = "gasometer", default-features = false }
evm-runtime = { version = "0.43", path = "runtime", default-features = false }

[dependencies]
auto_impl = "1.0"
Expand Down

0 comments on commit 987edb1

Please sign in to comment.