You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ERROR] invalid type: sequence, expected a boolean or string
30
-
--> Cargo.toml:6:25
31
-
|
32
-
6 | build = ["build1.rs", "build2.rs"]
33
-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
34
-
|
29
+
[ERROR] failed to parse manifest at `[ROOT]/foo/Cargo.toml`
30
+
31
+
Caused by:
32
+
feature `multiple-build-scripts` is required
33
+
34
+
The package requires the Cargo feature called `multiple-build-scripts`, but that feature is not stabilized in this version of Cargo ([..]).
35
+
Consider adding `cargo-features = ["multiple-build-scripts"]` to the top of Cargo.toml (above the [package] table) to tell Cargo you are opting in to use this unstable feature.
36
+
See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#multiple-build-scripts for more information about the status of this feature.
0 commit comments