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: https://github.com/rust-lang/compiler-builtins/issues/883
This commit is contained in:
parent
aec649faae
commit
d30dde73b3
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[workspace]
|
||||
resolver = "3"
|
||||
resolver = "2"
|
||||
members = [
|
||||
"builtins-test",
|
||||
"compiler-builtins",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue