Skip to content

Commit 22dd126

Browse files
committed
Bump to v4.17.0-rc1 latest
1 parent ebcaec4 commit 22dd126

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lakefile.lean

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

311311

312-
require batteries from git "https://github.com/leanprover-community/batteries.git" @ "01006c9e86bf9e397c026fef4190478dd1fd897e"
313-
require aesop from git "https://github.com/leanprover-community/aesop" @ "44dab9f36aa73d5f789629b55528c5a1501877a6"
312+
require batteries from git "https://github.com/leanprover-community/batteries.git" @ "main"
313+
require aesop from git "https://github.com/leanprover-community/aesop" @ "master"
314314

315315
meta if get_config? env = some "dev" then -- dev is so not everyone has to build it
316-
require «doc-gen4» from git "https://github.com/leanprover/doc-gen4" @ "af3e1046f897d2f22721413bb095e64849cc76a6"
316+
require «doc-gen4» from git "https://github.com/leanprover/doc-gen4" @ "main"

lean-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
leanprover/lean4:v4.16.0
1+
leanprover/lean4:v4.17.0-rc1

0 commit comments

Comments
 (0)