Skip to content

Commit

Permalink
Merge pull request #116 from lean-dojo/peiyang
Browse files Browse the repository at this point in the history
Bump to Lean v4.11.0-rc1
  • Loading branch information
Peiyang-Song authored Aug 14, 2024
2 parents 88e50cb + 86129d2 commit ea2b9dc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,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-rc1` | `v1.5.1` |
| `v4.10.0` | `v1.5.0` |
| `v4.10.0-rc2` | `v1.4.2` |
| `v4.10.0-rc1` | `v1.4.1` |
Expand Down
8 changes: 4 additions & 4 deletions lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
"type": "git",
"subDir": null,
"scope": "",
"rev": "0f3e143dffdc3a591662f3401ce1d7a3405227c0",
"rev": "021e272cb5cdcc82b7e1e760fe915ff2f64169ad",
"name": "batteries",
"manifestFile": "lake-manifest.json",
"inputRev": "0f3e143dffdc3a591662f3401ce1d7a3405227c0",
"inputRev": "021e272cb5cdcc82b7e1e760fe915ff2f64169ad",
"inherited": false,
"configFile": "lakefile.lean"},
{"url": "https://github.com/leanprover-community/aesop",
"type": "git",
"subDir": null,
"scope": "",
"rev": "209712c78b16c795453b6da7f7adbda4589a8f21",
"rev": "ae6ea60e9d8bc2d4b37ff02115854da2e1b710d0",
"name": "aesop",
"manifestFile": "lake-manifest.json",
"inputRev": "209712c78b16c795453b6da7f7adbda4589a8f21",
"inputRev": "ae6ea60e9d8bc2d4b37ff02115854da2e1b710d0",
"inherited": false,
"configFile": "lakefile.toml"}],
"name": "LeanCopilot",
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" @ "0f3e143dffdc3a591662f3401ce1d7a3405227c0" -- Lean v4.10.0
require aesop from git "https://github.com/leanprover-community/aesop" @ "209712c78b16c795453b6da7f7adbda4589a8f21" -- Lean v4.10.0
require batteries from git "https://github.com/leanprover-community/batteries.git" @ "021e272cb5cdcc82b7e1e760fe915ff2f64169ad" -- Lean v4.11.0-rc1
require aesop from git "https://github.com/leanprover-community/aesop" @ "ae6ea60e9d8bc2d4b37ff02115854da2e1b710d0" -- Lean v4.11.0-rc1

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" @ "593ac5bd2ca98c5294675b5cccf3d89b300a76eb" -- Lean v4.10.0
require «doc-gen4» from git "https://github.com/leanprover/doc-gen4" @ "6d8e3118ab526f8dfcabcbdf9f05dc34e5c423a8" -- Lean v4.11.0-rc1
2 changes: 1 addition & 1 deletion lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:v4.10.0
leanprover/lean4:v4.11.0-rc1

0 comments on commit ea2b9dc

Please sign in to comment.