Skip to content

Commit

Permalink
Merge pull request #63 from RalfJung/resolver
Browse files Browse the repository at this point in the history
Cargo.toml: explicitly set resolver version
  • Loading branch information
RalfJung authored Apr 15, 2024
2 parents 88c882d + 9c59af0 commit 0e49530
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# `./run-test.sh` makes the `library` folder a symlink to the right place.
# (Somehow, directly building things from `rustlib/src` does not work...)
[workspace]
resolver = "1"

members = [
"library/std",
"library/sysroot",
Expand Down

0 comments on commit 0e49530

Please sign in to comment.