mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
5abff3753a
rust-lang/cargo#10910 starts emitting warning if resolver is not set for 2021 edition package. We want to surpress the warning for now.
8 lines
116 B
TOML
8 lines
116 B
TOML
[workspace]
|
|
resolver = "1"
|
|
members = [
|
|
"crates/core_simd",
|
|
"crates/std_float",
|
|
"crates/test_helpers",
|
|
]
|