Skip to content

Commit

Permalink
Merge pull request #120 from lean-dojo/peiyang
Browse files Browse the repository at this point in the history
Bump to Lean v4.11.0-rc2 with dependencies
  • Loading branch information
Peiyang-Song authored Aug 29, 2024
2 parents 9912da6 + 3e41e4a commit deac9f1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ require LeanCopilot from git "https://github.com/lean-dojo/LeanCopilot.git" @ "L
`LEAN_COPILOT_VERSION` depends on your lean-toolchain:
| lean-toolchain | Recommended Lean Copilot version |
| -------------- | -------------------------------- |
| `v4.11.0-rc2` | `v1.5.2` |
| `v4.11.0-rc1` | `v1.5.1` |
| `v4.10.0` | `v1.5.0` |
| `v4.10.0-rc2` | `v1.4.2` |
Expand Down
4 changes: 2 additions & 2 deletions lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"type": "git",
"subDir": null,
"scope": "",
"rev": "d4dfc4ed5d432668b39f03eb69b7415d17156f05",
"rev": "ad26fe1ebccc9d5b7ca9111d5daf9b4488374415",
"name": "batteries",
"manifestFile": "lake-manifest.json",
"inputRev": "d4dfc4ed5d432668b39f03eb69b7415d17156f05",
"inputRev": "ad26fe1ebccc9d5b7ca9111d5daf9b4488374415",
"inherited": false,
"configFile": "lakefile.lean"},
{"url": "https://github.com/leanprover-community/aesop",
Expand Down
6 changes: 3 additions & 3 deletions lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,8 @@ extern_lib libleanffi pkg := do
buildStaticLib (pkg.nativeLibDir / name) #[ct2O]


require batteries from git "https://github.com/leanprover-community/batteries.git" @ "d4dfc4ed5d432668b39f03eb69b7415d17156f05" -- Lean v4.11.0-rc1
require aesop from git "https://github.com/leanprover-community/aesop" @ "776a5a8f9c789395796e442d78a9d4cb9c4c9d03" -- Lean v4.11.0-rc1
require batteries from git "https://github.com/leanprover-community/batteries.git" @ "ad26fe1ebccc9d5b7ca9111d5daf9b4488374415" -- Lean v4.11.0-rc2
require aesop from git "https://github.com/leanprover-community/aesop" @ "776a5a8f9c789395796e442d78a9d4cb9c4c9d03" -- Lean v4.11.0-rc2

meta if get_config? env = some "dev" then -- dev is so not everyone has to build it
require «doc-gen4» from git "https://github.com/leanprover/doc-gen4" @ "6d8e3118ab526f8dfcabcbdf9f05dc34e5c423a8" -- Lean v4.11.0-rc1
require «doc-gen4» from git "https://github.com/leanprover/doc-gen4" @ "114aabc6f0f8d117eb1a853c0dc1591126d9c559" -- Lean v4.11.0-rc2
2 changes: 1 addition & 1 deletion lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:v4.11.0-rc1
leanprover/lean4:v4.11.0-rc2

0 comments on commit deac9f1

Please sign in to comment.