Skip to content

Commit

Permalink
Bump hashed metadata version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jun 29, 2020
1 parent 643f12e commit a6bf36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/core/compiler/context/compilation_files.rs
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ fn compute_metadata(
// cause a new hash due to the rustc version changing, but this allows
// cargo to be extra careful to deal with different versions of cargo that
// use the same rustc version.
1.hash(&mut hasher);
2.hash(&mut hasher);

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

0 comments on commit a6bf36e

Please sign in to comment.