Skip to content

Commit 9c85622

Browse files
committed
Hang at v4.25.0-rc2
1 parent 5470a3a commit 9c85622

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

lake-manifest.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{"version": "1.1.0",
22
"packagesDir": ".lake/packages",
33
"packages":
4-
[{"type": "path",
4+
[{"url": "https://github.com/leanprover/doc-gen4",
5+
"type": "git",
6+
"subDir": null,
57
"scope": "",
8+
"rev": "a71fdaa4800d0e0ea990f74aafea3e6c13eec2fb",
69
"name": "«doc-gen4»",
710
"manifestFile": "lake-manifest.json",
11+
"inputRev": "v4.25.0-rc2",
812
"inherited": false,
9-
"dir": "/home/jcreed/pgit/doc-gen4",
1013
"configFile": "lakefile.lean"},
1114
{"url": "https://github.com/PatrickMassot/checkdecls.git",
1215
"type": "git",
@@ -32,7 +35,7 @@
3235
"type": "git",
3336
"subDir": null,
3437
"scope": "",
35-
"rev": "1dae8b12f8ba27576ffe5ddee78bebf6458157b0",
38+
"rev": "72ae7004d9f0ddb422aec5378204fdd7828c5672",
3639
"name": "Cli",
3740
"manifestFile": "lake-manifest.json",
3841
"inputRev": "main",
@@ -42,7 +45,7 @@
4245
"type": "git",
4346
"subDir": null,
4447
"scope": "",
45-
"rev": "1829aec18f0e8a661dd5acf5d659d636979ba4f2",
48+
"rev": "fae4fbc11a6076475940e0d4c43aea77d65d5898",
4649
"name": "UnicodeBasic",
4750
"manifestFile": "lake-manifest.json",
4851
"inputRev": "main",

lakefile.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ git = "https://github.com/PatrickMassot/checkdecls.git"
1717

1818
[[require]]
1919
name = "«doc-gen4»"
20-
path = "/home/jcreed/pgit/doc-gen4"
20+
git = "https://github.com/leanprover/doc-gen4"
21+
rev = "v4.25.0-rc2"
22+
23+
# path = "/home/jcreed/pgit/doc-gen4"
2124

2225
[[lean_lib]]
2326
name = "BlueprintDebug"

lean-toolchain

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

0 commit comments

Comments
 (0)