Skip to content

Commit

Permalink
update Lean and mdgen
Browse files Browse the repository at this point in the history
* to use `#guard_msgs`
* mdgen has to be updated
  • Loading branch information
Seasawher committed Apr 20, 2024
1 parent 7119967 commit 06d8d3f
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/Seasawher/mdgen",
"type": "git",
"subDir": null,
"rev": "c501f6b8fa2502362bf94678d404857e46e2b65d",
"rev": "2c641fe54d48a5d4adff3a78dbc4a50c5f76b0c0",
"name": "mdgen",
"manifestFile": "lake-manifest.json",
"inputRev": "c501f6b8fa2502362bf94678d404857e46e2b65d",
"inputRev": "v1.3.0",
"inherited": false,
"configFile": "lakefile.lean"}],
"name": "«lean4-metaprogramming-book»",
Expand Down
2 changes: 1 addition & 1 deletion lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ lean_lib «lean4-metaprogramming-book» where
globs := #[Glob.one `cover, Glob.submodules `extra, Glob.submodules `main, Glob.submodules `solutions]

require mdgen from git
"https://github.com/Seasawher/mdgen" @ "c501f6b8fa2502362bf94678d404857e46e2b65d"
"https://github.com/Seasawher/mdgen" @ "v1.3.0"

def runCmd (cmd : String) (args : Array String) : ScriptM Bool := do
let out ← IO.Process.output {
Expand Down
2 changes: 1 addition & 1 deletion lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:v4.4.0
leanprover/lean4:v4.7.0

0 comments on commit 06d8d3f

Please sign in to comment.