Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
Bump to v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Dec 18, 2023
1 parent 06a38fc commit 5f47e50
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Webeditor/Tools/PackageVersion.lean
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ def getPackageVersions : IO String := do
| some manifest =>
let out := out.append <| Array.toList <| manifest.packages.map (fun p =>
match p with
| .path name _ _ _ =>
| .path name _ _ _ _ =>
s!"{name}:\nlocal package"
| .git name _ _ url rev _ _ =>
| .git name _ _ _ url rev _ _ =>
let rev := rev.slice 0 7
s!"{name}:\n{rev}\n{url}/commits/{rev}")
return "\n\n".intercalate out
Expand Down
7 changes: 4 additions & 3 deletions lake-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{"version": 6,
"packagesDir": "lake-packages",
{"version": 7,
"packagesDir": ".lake/packages",
"packages": [],
"name": "webeditor"}
"name": "webeditor",
"lakeDir": ".lake"}
2 changes: 1 addition & 1 deletion lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:v4.3.0-rc1
leanprover/lean4:stable

0 comments on commit 5f47e50

Please sign in to comment.