Skip to content

Commit f2150ad

Browse files
authored
Merge pull request #89 from lean-dojo/4.9.0.3
Bump to Lean v4.9.0-rc3 with dependencies
2 parents ab4b447 + 7af5421 commit f2150ad

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

lake-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
[{"url": "https://github.com/leanprover-community/batteries.git",
55
"type": "git",
66
"subDir": null,
7-
"rev": "194b50cb40f6aaf5596e378ec612f24985d5a1a5",
7+
"rev": "73c7f46f4c0eaa48e9538c9fd108d3ee5524868a",
88
"name": "batteries",
99
"manifestFile": "lake-manifest.json",
10-
"inputRev": "194b50cb40f6aaf5596e378ec612f24985d5a1a5",
10+
"inputRev": "73c7f46f4c0eaa48e9538c9fd108d3ee5524868a",
1111
"inherited": false,
1212
"configFile": "lakefile.lean"},
1313
{"url": "https://github.com/leanprover-community/aesop",

lakefile.lean

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@ extern_lib libleanffi pkg := do
302302
buildStaticLib (pkg.nativeLibDir / name) #[ct2O]
303303

304304

305-
require batteries from git "https://github.com/leanprover-community/batteries.git" @ "194b50cb40f6aaf5596e378ec612f24985d5a1a5" -- Lean v4.9.0-rc2
306-
require aesop from git "https://github.com/leanprover-community/aesop" @ "f465af4466eeb1f195692745fd58bb3f552692f1" -- Lean v4.9.0-rc2
305+
require batteries from git "https://github.com/leanprover-community/batteries.git" @ "73c7f46f4c0eaa48e9538c9fd108d3ee5524868a" -- Lean v4.9.0-rc3
306+
require aesop from git "https://github.com/leanprover-community/aesop" @ "f465af4466eeb1f195692745fd58bb3f552692f1" -- Lean v4.9.0-rc3
307307

308308
meta if get_config? env = some "dev" then -- dev is so not everyone has to build it
309-
require «doc-gen4» from git "https://github.com/leanprover/doc-gen4" @ "1f51169609a3a7c448558c3d3eb353fb355c7025" -- Lean v4.9.0-rc2
309+
require «doc-gen4» from git "https://github.com/leanprover/doc-gen4" @ "1f51169609a3a7c448558c3d3eb353fb355c7025" -- Lean v4.9.0-rc3

lean-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
leanprover/lean4:v4.9.0-rc2
1+
leanprover/lean4:v4.9.0-rc3

0 commit comments

Comments
 (0)