Skip to content

Commit 04c39bf

Browse files
Update lean-toolchain for testing leanprover/lean4#12228
1 parent e0bf30b commit 04c39bf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lake-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@
6565
"type": "git",
6666
"subDir": null,
6767
"scope": "leanprover-community",
68-
"rev": "db33a0238d18dc67cadd81b3fdac53f82b950bb6",
68+
"rev": "888eb5791db26096269dc7ea315b5f3b3d66debc",
6969
"name": "batteries",
7070
"manifestFile": "lake-manifest.json",
71-
"inputRev": "nightly-testing",
71+
"inputRev": "lean-pr-testing-12228",
7272
"inherited": false,
7373
"configFile": "lakefile.toml"},
7474
{"url": "https://github.com/leanprover/lean4-cli",

lakefile.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ open Lake DSL
66
## Mathlib dependencies on upstream projects
77
-/
88

9-
require "leanprover-community" / "batteries" @ git "nightly-testing"
9+
require "leanprover-community" / "batteries" @ git "lean-pr-testing-12228"
1010
require "leanprover-community" / "Qq" @ git "nightly-testing"
1111
require "leanprover-community" / "aesop" @ git "nightly-testing"
1212
require "leanprover-community" / "proofwidgets" @ git "v0.0.86" -- ProofWidgets should always be pinned to a specific version

lean-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
leanprover/lean4:nightly-2026-01-28
1+
leanprover/lean4-pr-releases:pr-release-12228-bb338a9

0 commit comments

Comments
 (0)