Explicit set workspace.resolver = "1"
rust-lang/cargo#10910 starts emitting warning if resolver is not set for 2021 edition package. We want to surpress the warning for now.
This commit is contained in:
parent
048264e0a3
commit
ed2ee7ace1
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[workspace]
|
||||
|
||||
resolver = "1"
|
||||
members = [
|
||||
"crates/core_simd",
|
||||
"crates/std_float",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue