Skip to content

Commit 9a37970

Browse files
Update lean-toolchain for testing leanprover/lean4#5542
1 parent 0c3346c commit 9a37970

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: lake-manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"type": "git",
66
"subDir": null,
77
"scope": "leanprover-community",
8-
"rev": "e7da8aa8232793f23492830aa0a11dece54371a2",
8+
"rev": "66750967cbe113d304c587a051ce00ad56e30db1",
99
"name": "batteries",
1010
"manifestFile": "lake-manifest.json",
11-
"inputRev": "nightly-testing",
11+
"inputRev": "lean-pr-testing-5542",
1212
"inherited": false,
1313
"configFile": "lakefile.lean"},
1414
{"url": "https://github.com/leanprover-community/quote4",

Diff for: lakefile.lean

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ open Lake DSL
77
## Mathlib dependencies on upstream projects
88
-/
99

10-
require "leanprover-community" / "batteries" @ git "nightly-testing"
10+
require "leanprover-community" / "batteries" @ git "lean-pr-testing-5542"
1111
require "leanprover-community" / "Qq" @ git "master"
1212
require "leanprover-community" / "aesop" @ git "master"
1313
require "leanprover-community" / "proofwidgets" @ git "v0.0.42"

Diff for: lean-toolchain

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
leanprover/lean4:nightly-2024-09-30
1+
leanprover/lean4-pr-releases:pr-release-5542

0 commit comments

Comments
 (0)