Skip to content

Commit

Permalink
update mathlib
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed Sep 19, 2023
1 parent c1f372a commit 8f9e0dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion MathPuzzles/Meta/ProblemExtraction.lean
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import Lean.Elab.Command
import Lean.Meta.Basic
import Mathlib.Tactic.LabelAttr
import Std.Lean.NameMapAttribute

/-!
Expand Down
6 changes: 3 additions & 3 deletions lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
[{"git":
{"url": "https://github.com/leanprover-community/mathlib4",
"subDir?": null,
"rev": "e70f8800f70f89b102ad7469128ace674213e1e5",
"rev": "172bfffa8f5dac91317780938797c609c373541e",
"opts": {},
"name": "mathlib",
"inputRev?": "e70f8800f70f89b102ad7469128ace674213e1e5",
"inputRev?": "172bfffa8f5dac91317780938797c609c373541e",
"inherited": false}},
{"git":
{"url": "https://github.com/EdAyers/ProofWidgets4",
Expand Down Expand Up @@ -44,7 +44,7 @@
{"git":
{"url": "https://github.com/leanprover/std4",
"subDir?": null,
"rev": "524aae5c8000f6e38433ee0ad95bdae3cfa88fee",
"rev": "67855403d60daf181775fa1ec63b04e70bcc3921",
"opts": {},
"name": "std",
"inputRev?": "main",
Expand Down
2 changes: 1 addition & 1 deletion lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ lean_exe buildWebpage where
root := `scripts.buildWebpage
supportInterpreter := true

require mathlib from git "https://github.com/leanprover-community/mathlib4" @ "e70f8800f70f89b102ad7469128ace674213e1e5"
require mathlib from git "https://github.com/leanprover-community/mathlib4" @ "172bfffa8f5dac91317780938797c609c373541e"

0 comments on commit 8f9e0dc

Please sign in to comment.