Skip to content

Commit 15c73ab

Browse files
authored
chore: bump to v4.21.0-rc3 (#56)
1 parent 5949e03 commit 15c73ab

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

lake-manifest.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515
"type": "git",
1616
"subDir": null,
1717
"scope": "",
18-
"rev": "4e57d17bdc121dc17f25f2d8240a584c76a3a66e",
18+
"rev": "6455ba8ab6d25ef9f661dc663a524375d3984164",
1919
"name": "mathlib",
2020
"manifestFile": "lake-manifest.json",
21-
"inputRev": "v4.21.0-rc1",
21+
"inputRev": "v4.21.0-rc3",
2222
"inherited": false,
2323
"configFile": "lakefile.lean"},
2424
{"url": "https://github.com/leanprover-community/plausible",
2525
"type": "git",
2626
"subDir": null,
2727
"scope": "leanprover-community",
28-
"rev": "91ce5a8051438870cbb4e3c68cd12e23ace713b1",
28+
"rev": "1603151ac0db4e822908e18094f16acc250acaff",
2929
"name": "plausible",
3030
"manifestFile": "lake-manifest.json",
3131
"inputRev": "main",
@@ -45,7 +45,7 @@
4545
"type": "git",
4646
"subDir": null,
4747
"scope": "leanprover-community",
48-
"rev": "d554d45b37832f5f8e8797ac0b00be585c8aea49",
48+
"rev": "e25fe66cf13e902ba550533ef681cc35a9f18dc2",
4949
"name": "importGraph",
5050
"manifestFile": "lake-manifest.json",
5151
"inputRev": "main",
@@ -55,17 +55,17 @@
5555
"type": "git",
5656
"subDir": null,
5757
"scope": "leanprover-community",
58-
"rev": "7518acaafc0ba29be6de6c3f37637fe4148b72cb",
58+
"rev": "6980f6ca164de593cb77cd03d8eac549cc444156",
5959
"name": "proofwidgets",
6060
"manifestFile": "lake-manifest.json",
61-
"inputRev": "v0.0.61",
61+
"inputRev": "v0.0.62",
6262
"inherited": true,
6363
"configFile": "lakefile.lean"},
6464
{"url": "https://github.com/leanprover-community/aesop",
6565
"type": "git",
6666
"subDir": null,
6767
"scope": "leanprover-community",
68-
"rev": "c548baa6d2ed727c6e9b30ff627b7c67fda4a54c",
68+
"rev": "f0424862c97fec5bae253f4f1e0ff001f78187c0",
6969
"name": "aesop",
7070
"manifestFile": "lake-manifest.json",
7171
"inputRev": "master",
@@ -75,7 +75,7 @@
7575
"type": "git",
7676
"subDir": null,
7777
"scope": "leanprover-community",
78-
"rev": "f827c08bdd5044b75f0fdc3178c0c600e818b76f",
78+
"rev": "e1d2994e0acdee2f0c03c9d84d28a5df34aa0020",
7979
"name": "Qq",
8080
"manifestFile": "lake-manifest.json",
8181
"inputRev": "master",
@@ -85,7 +85,7 @@
8585
"type": "git",
8686
"subDir": null,
8787
"scope": "leanprover-community",
88-
"rev": "3aafa48516440d6038efb626660c74dec6e640da",
88+
"rev": "08681ddeb7536a50dea8026c6693cb9b07f01717",
8989
"name": "batteries",
9090
"manifestFile": "lake-manifest.json",
9191
"inputRev": "main",
@@ -95,7 +95,7 @@
9595
"type": "git",
9696
"subDir": null,
9797
"scope": "leanprover",
98-
"rev": "1606fed39cd8bd366f8a192e6558972af869efa6",
98+
"rev": "a0abd472348dd725adbb26732e79b26e7e220913",
9999
"name": "Cli",
100100
"manifestFile": "lake-manifest.json",
101101
"inputRev": "main",

lakefile.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ linter.flexible = true # no rigid tactic (e.g. `exact`) after a flexible tactic
1414
[[require]]
1515
name = "mathlib"
1616
git = "https://github.com/leanprover-community/mathlib4.git"
17-
rev = "v4.21.0-rc1"
17+
rev = "v4.21.0-rc3"
1818

1919
[[require]]
2020
name = "checkdecls"

lean-toolchain

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

0 commit comments

Comments
 (0)