Skip to content

Commit

Permalink
Apparently library/std is now part of a workspace at library/
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpallant committed Aug 6, 2024
1 parent 4e24e9b commit 99579f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/generate-copyright/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fn main() -> Result<(), Error> {
let workspace_paths = [
Path::new("./Cargo.toml"),
Path::new("./src/tools/cargo/Cargo.toml"),
Path::new("./library/std/Cargo.toml"),
Path::new("./library/Cargo.toml"),
];
let mut collected_cargo_metadata =
cargo_metadata::get_metadata_and_notices(&cargo, &out_dir, &root_path, &workspace_paths)?;
Expand Down

0 comments on commit 99579f3

Please sign in to comment.