Skip to content

Commit 9741d3d

Browse files
chore: move to v4.13.0-rc3 (#44)
1 parent 3a4756a commit 9741d3d

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,12 @@ jobs:
134134
# run:
135135
# lake test
136136

137-
- name: check for unused imports
138-
id: shake
139-
uses: liskin/gh-problem-matcher-wrap@v3
140-
with:
141-
linters: gcc
142-
run: env LEAN_ABORT_ON_PANIC=1 lake exe shake --gh-style
137+
# - name: check for unused imports
138+
# id: shake
139+
# uses: liskin/gh-problem-matcher-wrap@v3
140+
# with:
141+
# linters: gcc
142+
# run: env LEAN_ABORT_ON_PANIC=1 lake exe shake --gh-style
143143

144144
- name: lint algorithm
145145
if: ${{ always() && steps.build.outcome == 'success' || steps.build.outcome == 'failure' }}

lake-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"subDir": null,
77
"scope": "leanprover-community",
8-
"rev": "63c1c38b123b0741b7b7fd56fb8510f95bfd0e55",
8+
"rev": "13f9b00769bdac2c0041406a6c2524a361e8d660",
99
"name": "batteries",
1010
"manifestFile": "lake-manifest.json",
1111
"inputRev": "main",
@@ -55,7 +55,7 @@
5555
"type": "git",
5656
"subDir": null,
5757
"scope": "leanprover-community",
58-
"rev": "6b6ad220389444229d6b29c386b039e18345a003",
58+
"rev": "63a7d4a353f48f6c5f1bc19d0f018b0513cb370a",
5959
"name": "importGraph",
6060
"manifestFile": "lake-manifest.json",
6161
"inputRev": "main",
@@ -75,7 +75,7 @@
7575
"type": "git",
7676
"subDir": null,
7777
"scope": "leanprover-community",
78-
"rev": "1c37f1e9241238bc538b1e4c3921d117f650894b",
78+
"rev": "5ddd0ae2d57a887d36d8c99db785285cbf154439",
7979
"name": "mathlib",
8080
"manifestFile": "lake-manifest.json",
8181
"inputRev": "master",

lean-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
leanprover/lean4:v4.13.0-rc2
1+
leanprover/lean4:v4.13.0-rc3

0 commit comments

Comments
 (0)