Skip to content

Commit

Permalink
update mathlib
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasgrosser committed Sep 11, 2023
1 parent a573270 commit 2fc5440
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,39 +12,39 @@
{"git":
{"url": "https://github.com/mhuisi/lean4-cli.git",
"subDir?": null,
"rev": "5a858c32963b6b19be0d477a30a1f4b6c120be7e",
"rev": "21dac2e9cc7e3cf7da5800814787b833e680b2fd",
"opts": {},
"name": "Cli",
"inputRev?": "nightly",
"inherited": false}},
{"git":
{"url": "https://github.com/leanprover-community/mathlib4",
"subDir?": null,
"rev": "891adb329938ca3cd49a1d1208f691a98fb0896f",
"rev": "23cd2eabe45f28df8e1778c94ca00fd4287b6cf8",
"opts": {},
"name": "mathlib",
"inputRev?": "891adb3",
"inputRev?": "23cd2ea",
"inherited": false}},
{"git":
{"url": "https://github.com/gebner/quote4",
"subDir?": null,
"rev": "81cc13c524a68d0072561dbac276cd61b65872a6",
"rev": "e75daed95ad1c92af4e577fea95e234d7a8401c1",
"opts": {},
"name": "Qq",
"inputRev?": "master",
"inherited": true}},
{"git":
{"url": "https://github.com/JLimperg/aesop",
"subDir?": null,
"rev": "086c98bb129ca856381d4414dc0afd6e3e4ae2ef",
"rev": "1a0cded2be292b5496e659b730d2accc742de098",
"opts": {},
"name": "aesop",
"inputRev?": "master",
"inherited": true}},
{"git":
{"url": "https://github.com/leanprover/std4",
"subDir?": null,
"rev": "b5f7bd40d2162fe148e585543f284a5d8cc0ef26",
"rev": "e8c27f7d90ee71470558efd1bc197fe55068c748",
"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 @@ -37,7 +37,7 @@ lean_exe mlirnatural {

-- NOTE: this must be 'm'mathlib, as indicated from:
-- https://github.com/leanprover-community/mathlib4#using-mathlib4-as-a-dependency
require mathlib from git "https://github.com/leanprover-community/mathlib4" @ "891adb3"
require mathlib from git "https://github.com/leanprover-community/mathlib4" @ "23cd2ea"

require Cli from git "https://github.com/mhuisi/lean4-cli.git" @ "nightly"

Expand Down

0 comments on commit 2fc5440

Please sign in to comment.