Skip to content

Commit

Permalink
update cacheVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout committed Sep 27, 2024
1 parent 6e5d623 commit 2a10cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/extccomp.nim
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,7 @@ proc jsonBuildInstructionsFile*(conf: ConfigRef): AbsoluteFile =
# works out of the box with `hashMainCompilationParams`.
result = getNimcacheDir(conf) / conf.outFile.changeFileExt("json")

const cacheVersion = "D20210525T193831" # update when `BuildCache` spec changes
const cacheVersion = "D20240927T193831" # update when `BuildCache` spec changes
type BuildCache = object
cacheVersion: string
outputFile: string
Expand Down

0 comments on commit 2a10cc4

Please sign in to comment.