Skip to content

Commit dfd553a

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: #883
1 parent 313e3ee commit dfd553a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
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)