Skip to content

Commit b870879

Browse files
committed
Cargo.toml: explicitly set resolver version
1 parent b0359ad commit b870879

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# `./run-test.sh` makes the `library` folder a symlink to the right place.
33
# (Somehow, directly building things from `rustlib/src` does not work...)
44
[workspace]
5+
resolver = "1"
6+
57
members = [
68
"library/std",
79
"library/sysroot",

0 commit comments

Comments
 (0)