Skip to content

Commit 36feff0

Browse files
committed
fix test failure in the purge_caches test
1 parent a27fce6 commit 36feff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/purge_caches.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fn test_purge_caches() -> Result<(), Error> {
2121
let start_contents = WorkspaceContents::collect(&workspace_path)?;
2222

2323
let crates = vec![
24-
Crate::crates_io("lazy_static", "1.0.0"),
24+
Crate::crates_io("lazy_static", "1.4.0"),
2525
Crate::git("https://github.com/pietroalbini/git-credential-null"),
2626
];
2727

0 commit comments

Comments
 (0)