Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
chore: update Lean version
Browse files Browse the repository at this point in the history
  • Loading branch information
tydeu committed Jun 14, 2022
1 parent 7d59f02 commit ce2570c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions lakefile.lean
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
import Lake
open System Lake DSL

package lake where
binRoot := `Lake.Main
package lake

lean_lib Lake

@[defaultTarget]
lean_exe lake where
root := `Lake.Main
supportInterpreter := true
2 changes: 1 addition & 1 deletion lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:nightly-2022-06-09
leanprover/lean4:nightly-2022-06-14

0 comments on commit ce2570c

Please sign in to comment.