Skip to content

Commit 99579f3

Browse files
Apparently library/std is now part of a workspace at library/
1 parent 4e24e9b commit 99579f3

File tree

1 file changed

+1
-1
lines changed
  • src/tools/generate-copyright/src

1 file changed

+1
-1
lines changed

src/tools/generate-copyright/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fn main() -> Result<(), Error> {
3131
let workspace_paths = [
3232
Path::new("./Cargo.toml"),
3333
Path::new("./src/tools/cargo/Cargo.toml"),
34-
Path::new("./library/std/Cargo.toml"),
34+
Path::new("./library/Cargo.toml"),
3535
];
3636
let mut collected_cargo_metadata =
3737
cargo_metadata::get_metadata_and_notices(&cargo, &out_dir, &root_path, &workspace_paths)?;

0 commit comments

Comments
 (0)