Skip to content

Commit 6042f8d

Browse files
Update lean-toolchain for testing leanprover/lean4#6782
1 parent b36f8b2 commit 6042f8d

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": "e8a256e1c3ff6d509d0f262def2b89e43c6d9e22",
68+
"rev": "0ac5151ec33b0aca2d98cb040c755400def4e4ef",
6969
"name": "batteries",
7070
"manifestFile": "lake-manifest.json",
71-
"inputRev": "nightly-testing",
71+
"inputRev": "lean-pr-testing-6782",
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
@@ -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-6782"
1111
require "leanprover-community" / "Qq" @ git "v4.15.0"
1212
require "leanprover-community" / "aesop" @ git "v4.16.0-rc1"
1313
require "leanprover-community" / "proofwidgets" @ git "v0.0.51-pre"

lean-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
leanprover/lean4:nightly-2025-01-26
1+
leanprover/lean4-pr-releases:pr-release-6782

0 commit comments

Comments
 (0)