Skip to content

Commit

Permalink
Update cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
vakaras committed Sep 19, 2023
1 parent 4fd249e commit bee02ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viper/src/cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub struct PersistentCache {
data: FxHashMap<u64, VerificationResult>,
}

const RESULT_CACHE_VERSION: u64 = 3;
const RESULT_CACHE_VERSION: u64 = 4;

#[derive(Debug, serde::Serialize, serde::Deserialize)]
struct ResultCache {
Expand Down

0 comments on commit bee02ce

Please sign in to comment.