Skip to content

Commit

Permalink
Merge pull request #86 from lean-dojo/4.8.0
Browse files Browse the repository at this point in the history
Bump with Lean v4.8.0
  • Loading branch information
Peiyang-Song authored Jun 24, 2024
2 parents fc83eef + bc01066 commit 5126d27
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
[{"url": "https://github.com/leanprover-community/batteries.git",
"type": "git",
"subDir": null,
"rev": "60d622c124cebcecc000853cdae93f4251f4beb5",
"rev": "51e6e0d24db9341fb031288c298b7e6b56102253",
"name": "batteries",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
"inputRev": "51e6e0d24db9341fb031288c298b7e6b56102253",
"inherited": false,
"configFile": "lakefile.lean"},
{"url": "https://github.com/leanprover-community/aesop",
"type": "git",
"subDir": null,
"rev": "70ec1d99be1e1b835d831f39c01b0d14921d2118",
"rev": "53ba96ad7666d4a2515292974631629b5ea5dfee",
"name": "aesop",
"manifestFile": "lake-manifest.json",
"inputRev": "master",
"inputRev": "53ba96ad7666d4a2515292974631629b5ea5dfee",
"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 @@ -302,8 +302,8 @@ extern_lib libleanffi pkg := do
buildStaticLib (pkg.nativeLibDir / name) #[ct2O]


require batteries from git "https://github.com/leanprover-community/batteries.git" @ "main"
require aesop from git "https://github.com/leanprover-community/aesop" @ "master"
require batteries from git "https://github.com/leanprover-community/batteries.git" @ "51e6e0d24db9341fb031288c298b7e6b56102253" -- Lean v4.8.0
require aesop from git "https://github.com/leanprover-community/aesop" @ "53ba96ad7666d4a2515292974631629b5ea5dfee" -- Lean v4.8.0

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" @ "main"
require «doc-gen4» from git "https://github.com/leanprover/doc-gen4" @ "cf138201a0a4fa8ca78b6e2a42a0a4860369d10e" -- Lean v4.8.0
2 changes: 1 addition & 1 deletion lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:v4.8.0-rc2
leanprover/lean4:v4.8.0

0 comments on commit 5126d27

Please sign in to comment.