Skip to content

Commit

Permalink
Update CACHE_VERSION for rust compilation following #441
Browse files Browse the repository at this point in the history
  • Loading branch information
chmanchester committed Jun 26, 2019
1 parent 5855673 commit e978694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/rust.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ lazy_static! {
}

/// Version number for cache key.
const CACHE_VERSION: &[u8] = b"3";
const CACHE_VERSION: &[u8] = b"4";

/// Get absolute paths for all source files listed in rustc's dep-info output.
fn get_source_files<T>(creator: &T,
Expand Down

0 comments on commit e978694

Please sign in to comment.