Skip to content

Commit

Permalink
bump to v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Dec 22, 2023
1 parent c9f97b3 commit 8cdac88
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions server/GameServer/FileWorker.lean
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,8 @@ section Initialization
return (ctx,
{ doc := doc
initHeaderStx := headerStx
currHeaderStx := headerStx
importCachingTask? := none
pendingRequests := RBMap.empty
rpcSessions := RBMap.empty
})
Expand Down
4 changes: 2 additions & 2 deletions server/lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
[{"url": "https://github.com/leanprover/std4.git",
"type": "git",
"subDir": null,
"rev": "2e4a3586a8f16713f16b2d2b3af3d8e65f3af087",
"rev": "af7f36db6e7e9e395710a70635f915e8e3a0e69b",
"name": "std",
"manifestFile": "lake-manifest.json",
"inputRev": "v4.3.0",
"inputRev": "v4.4.0",
"inherited": false,
"configFile": "lakefile.lean"}],
"name": "GameServer",
Expand Down
2 changes: 1 addition & 1 deletion server/lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:v4.3.0
leanprover/lean4:v4.4.0

0 comments on commit 8cdac88

Please sign in to comment.