Skip to content

Commit

Permalink
fix: update digest and incremental db versions
Browse files Browse the repository at this point in the history
#8052 updated the representation for
these, but didn't bump the version.

Signed-off-by: Rudi Grinberg <[email protected]>

<!-- ps-id: 72ce4eb6-2623-4c8e-9933-92a9209f25d1 -->
  • Loading branch information
rgrinberg committed Jul 13, 2023
1 parent a0145b2 commit 50a68ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dune_engine/cached_digest.ml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module P = Persistent.Make (struct

let name = "DIGEST-DB"

let version = 5
let version = 6

let to_dyn = to_dyn
end)
Expand Down
2 changes: 1 addition & 1 deletion src/dune_engine/rule_cache.ml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module Workspace_local = struct

let name = "INCREMENTAL-DB"

let version = 4
let version = 5

let to_dyn = to_dyn
end)
Expand Down

0 comments on commit 50a68ec

Please sign in to comment.