Skip to content

Commit b214c7a

Browse files
committed
fix: Switch to resolver v2
The published crates fail to build with an edition less than 2024 because they are packaged with `resolver = "3"`, which is a 2024-only option. Revert back to resolver v2 to drop this requirement. Fixes: rust-lang/compiler-builtins#883
1 parent 0070ba7 commit b214c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-builtins/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace]
2-
resolver = "3"
2+
resolver = "2"
33
members = [
44
"builtins-test",
55
"compiler-builtins",

0 commit comments

Comments
 (0)