diff --git a/src/compiler/rust.rs b/src/compiler/rust.rs index 1c254ff57..303614344 100644 --- a/src/compiler/rust.rs +++ b/src/compiler/rust.rs @@ -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(creator: &T,