Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
chore: set resolver v2 at the workspace level
Browse files Browse the repository at this point in the history
  • Loading branch information
bishopcheckmate committed Jan 13, 2024
1 parent df265ae commit e8108ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[workspace]
resolver = "2"
members = [
"zkevm-circuits",
"bus-mapping",
Expand Down
3 changes: 1 addition & 2 deletions light-client-poc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name = "light-client-poc"
version = "0.1.0"
edition = "2021"
resolver = "2"

[dependencies]
serde = { version = "1.0", features = ["derive"] }
Expand All @@ -28,4 +27,4 @@ ahash = "=0.8.6"
ctor = "0.1.22"

[features]
disable-keccak = []
disable-keccak = []

0 comments on commit e8108ad

Please sign in to comment.