We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1073fb commit 8c24fe1Copy full SHA for 8c24fe1
src/tools/miri/miri-script/Cargo.toml
@@ -8,7 +8,9 @@ version = "0.1.0"
8
default-run = "miri-script"
9
edition = "2021"
10
11
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+[workspace]
12
+# We make this a workspace root so that cargo does not go looking in ../Cargo.toml for the workspace root.
13
+# This is needed to make this package build on stable when the parent package uses unstable cargo features.
14
15
[dependencies]
16
which = "4.4"
0 commit comments