We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a27fce6 commit 36feff0Copy full SHA for 36feff0
tests/integration/purge_caches.rs
@@ -21,7 +21,7 @@ fn test_purge_caches() -> Result<(), Error> {
21
let start_contents = WorkspaceContents::collect(&workspace_path)?;
22
23
let crates = vec![
24
- Crate::crates_io("lazy_static", "1.0.0"),
+ Crate::crates_io("lazy_static", "1.4.0"),
25
Crate::git("https://github.com/pietroalbini/git-credential-null"),
26
];
27
0 commit comments