Skip to content

Commit

Permalink
Explicitly specify workspace.resolver = "2" in workspace manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
regexident authored and s-arash committed Dec 27, 2023
1 parent ff45097 commit fca26ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[workspace]
members = ["ascent", "ascent_base", "ascent_macro"]
exclude = ["ascent_tests", "wasm-tests"]
exclude = ["ascent_tests", "wasm-tests"]
resolver = "2"

0 comments on commit fca26ff

Please sign in to comment.