Skip to content

Commit

Permalink
Revert to lean v4.4.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
JOSHCLUNE committed Jan 27, 2024
1 parent dd700ec commit 9bc4c7c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
[{"url": "https://github.com/leanprover/std4.git",
"type": "git",
"subDir": null,
"rev": "3959bc5de5142d06d7673ec091d406e5abe45bf0",
"rev": "9e37a01f8590f81ace095b56710db694b5bf8ca0",
"name": "std",
"manifestFile": "lake-manifest.json",
"inputRev": "3959bc5de5142d06d7673ec091d406e5abe45bf0",
"inputRev": "9e37a01f8590f81ace095b56710db694b5bf8ca0",
"inherited": true,
"configFile": "lakefile.lean"},
{"url": "https://github.com/leanprover-community/lean-auto.git",
"type": "git",
"subDir": null,
"rev": "0a4b392a33e942b8a145f5e3f26f8f08dd311b1c",
"rev": "b61345f6d42675298f8fa2b0cc5c471c264a6b40",
"name": "auto",
"manifestFile": "lake-manifest.json",
"inputRev": "0a4b392a33e942b8a145f5e3f26f8f08dd311b1c",
"inputRev": "v0.0.4",
"inherited": false,
"configFile": "lakefile.lean"}],
"name": "Duper",
Expand Down
2 changes: 1 addition & 1 deletion lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Lake

open Lake DSL

require auto from git "https://github.com/leanprover-community/lean-auto.git"@"0a4b392a33e942b8a145f5e3f26f8f08dd311b1c"
require auto from git "https://github.com/leanprover-community/lean-auto.git"@"v0.0.4"

package Duper {
precompileModules := true
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.5.0-rc1
leanprover/lean4:v4.4.0-rc1

0 comments on commit 9bc4c7c

Please sign in to comment.