Skip to content

Commit

Permalink
bump cache version
Browse files Browse the repository at this point in the history
we were getting spurious failures for the core proof tests from old data
  • Loading branch information
juliand665 committed Jan 12, 2023
1 parent eb01178 commit 6072933
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: HashMap<u64, VerificationResult>,
}

const RESULT_CACHE_VERSION: u64 = 2;
const RESULT_CACHE_VERSION: u64 = 3;

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

0 comments on commit 6072933

Please sign in to comment.