diff --git a/.changes/1623.json b/.changes/1623.json new file mode 100644 index 000000000..a35610e86 --- /dev/null +++ b/.changes/1623.json @@ -0,0 +1,4 @@ +{ + "type": "fixed", + "description": "fixed an issue where cross would look for metadata.cross outside the workspace" + } diff --git a/deny.toml b/deny.toml index 756088cc5..0df3b2d50 100644 --- a/deny.toml +++ b/deny.toml @@ -9,10 +9,11 @@ targets = [ [advisories] version = 2 -# FIXME: remove this if/when clap changes to is-terminal, atty is -# patched, or we migrated to an MSRV of 1.66.0. ignore = [ + # FIXME: remove this if/when clap changes to is-terminal, atty is + # patched, or we migrated to an MSRV of 1.66.0. "RUSTSEC-2021-0145", + "RUSTSEC-2024-0375" ] [bans] diff --git a/src/lib.rs b/src/lib.rs index c3d2ba78e..a65668e17 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -959,6 +959,7 @@ pub fn toml(metadata: &CargoMetadata, msg_info: &mut MessageInfo) -> Result