Skip to content

Commit

Permalink
Move to Lean version 4.7.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrossel committed Mar 6, 2024
1 parent 22adb7b commit 96e97aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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",
"type": "git",
"subDir": null,
"rev": "e721cfa6c66dc2ccb1c108a2292ecf24c020a9a0",
"rev": "ff9850c4726f6b9fb8d8e96980c3fcb2900be8bd",
"name": "std",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
"inputRev": "v4.7.0-rc1",
"inherited": false,
"configFile": "lakefile.lean"}],
"name": "egg",
Expand Down
2 changes: 1 addition & 1 deletion lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ extern_lib egg_for_lean pkg := do
IO.FS.writeBinFile tgtPath (← IO.FS.readBinFile srcPath)
return pure tgtPath

require std from git "https://github.com/leanprover/std4" @ "main"
require std from git "https://github.com/leanprover/std4" @ "v4.7.0-rc1"
2 changes: 1 addition & 1 deletion lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:v4.6.0-rc1
leanprover/lean4:v4.7.0-rc1

0 comments on commit 96e97aa

Please sign in to comment.