Skip to content

Commit a6bf36e

Browse files
committed
Bump hashed metadata version
1 parent 643f12e commit a6bf36e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/core/compiler/context/compilation_files.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ fn compute_metadata(
490490
// cause a new hash due to the rustc version changing, but this allows
491491
// cargo to be extra careful to deal with different versions of cargo that
492492
// use the same rustc version.
493-
1.hash(&mut hasher);
493+
2.hash(&mut hasher);
494494

495495
// Unique metadata per (name, source, version) triple. This'll allow us
496496
// to pull crates from anywhere without worrying about conflicts.

0 commit comments

Comments
 (0)