Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mabileau <paulmabileau@hotmail.fr>
  • Loading branch information
PaulDance committed Jan 26, 2024
1 parent 599e787 commit 6e3914e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/cargo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,12 @@ mod tests {
("cargo-tarpaulin", "0.27.3"),
("bat", "0.24.0"),
]);
dbg!(cargo_test_support::paths::root()
.join("dl")
.read_dir()
.unwrap()
.map(|subdir| subdir.unwrap().file_name().into_string().unwrap())
.collect::<Vec<_>>());
testing::set_env();

for (pkg, ver) in search_exact_all(
Expand Down

0 comments on commit 6e3914e

Please sign in to comment.