Skip to content

Commit d55731d

Browse files
committed
Update toolchain and manifest due to updating mathlib
1 parent 2e5f562 commit d55731d

3 files changed

Lines changed: 19 additions & 15 deletions

File tree

TraceTheory/TraceTheory.lean

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
import TraceTheory.Basic
2+
import TraceTheory.DependenceGraph
3+
import TraceTheory.History
4+
import TraceTheory.Language
5+
import TraceTheory.List

TraceTheory/lake-manifest.json

Lines changed: 14 additions & 14 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": "b30c0393ac6454d5d43ee1d1a6760c1939a2302b",
8+
"rev": "bcade54d9088c912c3b874cb69feade074cd30ea",
99
"name": "mathlib",
1010
"manifestFile": "lake-manifest.json",
1111
"inputRev": "master",
@@ -15,7 +15,7 @@
1515
"type": "git",
1616
"subDir": null,
1717
"scope": "leanprover-community",
18-
"rev": "c205f530395b57b520d3d78d975293f0c69b65ce",
18+
"rev": "7311586e1a56af887b1081d05e80c11b6c41d212",
1919
"name": "plausible",
2020
"manifestFile": "lake-manifest.json",
2121
"inputRev": "main",
@@ -25,7 +25,7 @@
2525
"type": "git",
2626
"subDir": null,
2727
"scope": "leanprover-community",
28-
"rev": "99657ad92e23804e279f77ea6dbdeebaa1317b98",
28+
"rev": "5ce7f0a355f522a952a3d678d696bd563bb4fd28",
2929
"name": "LeanSearchClient",
3030
"manifestFile": "lake-manifest.json",
3131
"inputRev": "main",
@@ -35,37 +35,37 @@
3535
"type": "git",
3636
"subDir": null,
3737
"scope": "leanprover-community",
38-
"rev": "a564b9c2252afef6e0d40613d4ec086b54ffe7df",
38+
"rev": "875ad9d88ed684e39c16bdea260e6ecfa15afd60",
3939
"name": "importGraph",
4040
"manifestFile": "lake-manifest.json",
41-
"inputRev": "nightly-testing",
41+
"inputRev": "main",
4242
"inherited": true,
4343
"configFile": "lakefile.toml"},
4444
{"url": "https://github.com/leanprover-community/ProofWidgets4",
4545
"type": "git",
4646
"subDir": null,
4747
"scope": "leanprover-community",
48-
"rev": "557f2069977de1c95e68de09e693bc4d1eee7842",
48+
"rev": "6d65c6e0a25b8a52c13c3adeb63ecde3bfbb6294",
4949
"name": "proofwidgets",
5050
"manifestFile": "lake-manifest.json",
51-
"inputRev": "v0.0.72-pre",
51+
"inputRev": "v0.0.86",
5252
"inherited": true,
5353
"configFile": "lakefile.lean"},
5454
{"url": "https://github.com/leanprover-community/aesop",
5555
"type": "git",
5656
"subDir": null,
5757
"scope": "leanprover-community",
58-
"rev": "fc97e592e3e150370f17a12e3613e96252c4d3d0",
58+
"rev": "f08e838d4f9aea519f3cde06260cfb686fd4bab0",
5959
"name": "aesop",
6060
"manifestFile": "lake-manifest.json",
61-
"inputRev": "nightly-testing",
61+
"inputRev": "master",
6262
"inherited": true,
6363
"configFile": "lakefile.toml"},
6464
{"url": "https://github.com/leanprover-community/quote4",
6565
"type": "git",
6666
"subDir": null,
6767
"scope": "leanprover-community",
68-
"rev": "345a958916d27982d4ecb4500fba0ebb21096651",
68+
"rev": "23324752757bf28124a518ec284044c8db79fee5",
6969
"name": "Qq",
7070
"manifestFile": "lake-manifest.json",
7171
"inputRev": "master",
@@ -75,20 +75,20 @@
7575
"type": "git",
7676
"subDir": null,
7777
"scope": "leanprover-community",
78-
"rev": "b3a8bc5f8b72102ebbe4da3302432b196e215522",
78+
"rev": "ab9f3956f91980e61bea324c0cf1e9e7d9c8518b",
7979
"name": "batteries",
8080
"manifestFile": "lake-manifest.json",
81-
"inputRev": "nightly-testing",
81+
"inputRev": "main",
8282
"inherited": true,
8383
"configFile": "lakefile.toml"},
8484
{"url": "https://github.com/leanprover/lean4-cli",
8585
"type": "git",
8686
"subDir": null,
8787
"scope": "leanprover",
88-
"rev": "e22ed0883c7d7f9a7e294782b6b137b783715386",
88+
"rev": "28e0856d4424863a85b18f38868c5420c55f9bae",
8989
"name": "Cli",
9090
"manifestFile": "lake-manifest.json",
91-
"inputRev": "main",
91+
"inputRev": "v4.28.0-rc1",
9292
"inherited": true,
9393
"configFile": "lakefile.toml"}],
9494
"name": "TraceTheory",

TraceTheory/lean-toolchain

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

0 commit comments

Comments
 (0)