Skip to content

Commit

Permalink
update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em committed Nov 30, 2023
1 parent ad4dc48 commit ed92971
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions lake-manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{"version": 6,
"packagesDir": "lake-packages",
{"version": 7,
"packagesDir": ".lake/packages",
"packages":
[{"git":
{"url": "https://github.com/leanprover/std4",
"subDir?": null,
"rev": "415a6731db08f4d98935e5d80586d5a5499e02af",
"opts": {},
"name": "std",
"inputRev?": "main",
"inherited": false}}],
"name": "aesop"}
[{"url": "https://github.com/leanprover/std4",
"type": "git",
"subDir": null,
"rev": "415a6731db08f4d98935e5d80586d5a5499e02af",
"name": "std",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
"inherited": false,
"configFile": "lakefile.lean"}],
"name": "aesop",
"lakeDir": ".lake"}

0 comments on commit ed92971

Please sign in to comment.