Skip to content

Commit

Permalink
Use resolver version 2 in workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Nov 16, 2022
1 parent 6329540 commit ee49c14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[workspace]
members = ["packages/*"]
exclude = ["contracts"]

# Resolver has to be set explicitely in workspaces
# due to https://github.com/rust-lang/cargo/issues/9956
resolver = "2"

0 comments on commit ee49c14

Please sign in to comment.