Skip to content

Commit

Permalink
Set resolver = 2 in workspace (#722)
Browse files Browse the repository at this point in the history
I meant to do this before but accidentally used `edition` which has no
meaning there.
  • Loading branch information
vkgnosis authored Feb 17, 2022
1 parent 5427c19 commit 25e5258
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
edition = "2021"
resolver = "2"
members = [
"ethcontract",
"ethcontract-common",
Expand Down
2 changes: 1 addition & 1 deletion ethcontract-mock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ predicates = "2.0"

[dev-dependencies]
tokio = { version = "1.6", features = ["macros", "rt"] }
ethcontract-derive = { version = "0.16.0", path = "../ethcontract-derive", default-featuers = false }
ethcontract-derive = { version = "0.16.0", path = "../ethcontract-derive", default-features = false }

0 comments on commit 25e5258

Please sign in to comment.