Skip to content

Commit

Permalink
Explicit set workspace.resolver = "1"
Browse files Browse the repository at this point in the history
rust-lang/cargo#10910 starts emitting warning if resolver is not set
for 2021 edition package. We want to surpress the warning for now.
  • Loading branch information
weihanglo committed May 30, 2023
1 parent 048264e commit ed2ee7a
Showing 1 changed file with 1 addition and 1 deletion.
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"
members = [
"crates/core_simd",
"crates/std_float",
Expand Down

0 comments on commit ed2ee7a

Please sign in to comment.