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 643f12e commit a6bf36eCopy full SHA for a6bf36e
src/cargo/core/compiler/context/compilation_files.rs
@@ -490,7 +490,7 @@ fn compute_metadata(
490
// cause a new hash due to the rustc version changing, but this allows
491
// cargo to be extra careful to deal with different versions of cargo that
492
// use the same rustc version.
493
- 1.hash(&mut hasher);
+ 2.hash(&mut hasher);
494
495
// Unique metadata per (name, source, version) triple. This'll allow us
496
// to pull crates from anywhere without worrying about conflicts.
0 commit comments