Skip to content

Commit

Permalink
Update the workspace to use the new resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Jul 29, 2024
1 parent 4db3d12 commit fd4285e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
resolver = "1"
resolver = "2"
members = [
"compiler/rustc",
"library/std",
Expand Down
2 changes: 1 addition & 1 deletion library/portable-simd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
resolver = "1"
resolver = "2"
members = [
"crates/core_simd",
"crates/std_float",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.0.0"
edition = "2021"

[workspace]
resolver = "1"
resolver = "2"

[dependencies]
r-efi = "4.1.0"

0 comments on commit fd4285e

Please sign in to comment.