Skip to content

Commit 897740a

Browse files
committed
Auto merge of #3512 - RalfJung:miri-script-build, r=RalfJung
make miri-script a workspace root This is needed to make miri-script build on stable (as is done by the `./miri` script) when the parent package uses unstable cargo features.
2 parents 0893456 + 4af9665 commit 897740a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

miri-script/Cargo.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ version = "0.1.0"
88
default-run = "miri-script"
99
edition = "2021"
1010

11-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
11+
[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.
1214

1315
[dependencies]
1416
which = "4.4"

0 commit comments

Comments
 (0)