Skip to content

Commit

Permalink
Auto merge of rust-lang#3512 - RalfJung:miri-script-build, r=RalfJung
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bors committed Apr 25, 2024
2 parents 9d7a47f + 8c24fe1 commit e22a73c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/tools/miri/miri-script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ version = "0.1.0"
default-run = "miri-script"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[workspace]
# We make this a workspace root so that cargo does not go looking in ../Cargo.toml for the workspace root.
# This is needed to make this package build on stable when the parent package uses unstable cargo features.

[dependencies]
which = "4.4"
Expand Down

0 comments on commit e22a73c

Please sign in to comment.