Skip to content

Commit

Permalink
Upgrade toolchain to leanprover/lean4:v4.6.0-rc1 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyas4991 authored Feb 20, 2024
1 parent f63fd77 commit 8dcabd0
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 17 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/build
/lake-packages
/.lake
36 changes: 22 additions & 14 deletions lake-manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
{"version": 4,
"packagesDir": "lake-packages",
{"version": 7,
"packagesDir": ".lake/packages",
"packages":
[{"git":
{"url": "https://github.com/gebner/quote4",
"subDir?": null,
"rev": "81cc13c524a68d0072561dbac276cd61b65872a6",
"name": "Qq",
"inputRev?": "master"}},
{"git":
{"url": "https://github.com/leanprover/std4",
"subDir?": null,
"rev": "dbffa8cb31b0c51b151453c4ff8f00ede2a84ed8",
"name": "std",
"inputRev?": "main"}}]}
[{"url": "https://github.com/leanprover/std4",
"type": "git",
"subDir": null,
"rev": "ae9ae7f279421e45a9b87d67f2d28aaef299de5c",
"name": "std",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
"inherited": false,
"configFile": "lakefile.lean"},
{"url": "https://github.com/gebner/quote4",
"type": "git",
"subDir": null,
"rev": "fd760831487e6835944e7eeed505522c9dd47563",
"name": "Qq",
"manifestFile": "lake-manifest.json",
"inputRev": "master",
"inherited": false,
"configFile": "lakefile.lean"}],
"name": "iris",
"lakeDir": ".lake"}
2 changes: 1 addition & 1 deletion lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:nightly-2023-07-30
leanprover/lean4:v4.6.0-rc1

0 comments on commit 8dcabd0

Please sign in to comment.