Skip to content

Commit 142d7dd

Browse files
Update lean-toolchain for testing leanprover/lean4#7499
1 parent bfb212a commit 142d7dd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lake-manifest.json

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

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-7499"
1111
require "leanprover-community" / "Qq" @ git "master"
1212
require "leanprover-community" / "aesop" @ git "nightly-testing"
1313
require "leanprover-community" / "proofwidgets" @ git "v0.0.54-pre" -- ProofWidgets should always be pinned to a specific version

lean-toolchain

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
leanprover/lean4:nightly-2025-03-19
1+
leanprover/lean4-pr-releases:pr-release-7499

0 commit comments

Comments
 (0)