Skip to content

Commit

Permalink
Merge pull request #1496 from CosmWasm/workspace-resolver
Browse files Browse the repository at this point in the history
Use resolver version 2 in workspace
  • Loading branch information
webmaster128 authored Nov 16, 2022
2 parents 6329540 + ee49c14 commit 211dc5c
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 211dc5c

Please sign in to comment.