From 7af542130dfb094ec164c29338803872aae9bb8c Mon Sep 17 00:00:00 2001 From: Peiyang Song Date: Mon, 24 Jun 2024 15:08:31 +0800 Subject: [PATCH] Bump to Lean v4.9.0-rc3 with dependencies --- lake-manifest.json | 4 ++-- lakefile.lean | 6 +++--- lean-toolchain | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lake-manifest.json b/lake-manifest.json index 6053b22..24eb04c 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -4,10 +4,10 @@ [{"url": "https://github.com/leanprover-community/batteries.git", "type": "git", "subDir": null, - "rev": "194b50cb40f6aaf5596e378ec612f24985d5a1a5", + "rev": "73c7f46f4c0eaa48e9538c9fd108d3ee5524868a", "name": "batteries", "manifestFile": "lake-manifest.json", - "inputRev": "194b50cb40f6aaf5596e378ec612f24985d5a1a5", + "inputRev": "73c7f46f4c0eaa48e9538c9fd108d3ee5524868a", "inherited": false, "configFile": "lakefile.lean"}, {"url": "https://github.com/leanprover-community/aesop", diff --git a/lakefile.lean b/lakefile.lean index 45bfeb0..2a42039 100644 --- a/lakefile.lean +++ b/lakefile.lean @@ -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" @ "194b50cb40f6aaf5596e378ec612f24985d5a1a5" -- Lean v4.9.0-rc2 -require aesop from git "https://github.com/leanprover-community/aesop" @ "f465af4466eeb1f195692745fd58bb3f552692f1" -- Lean v4.9.0-rc2 +require batteries from git "https://github.com/leanprover-community/batteries.git" @ "73c7f46f4c0eaa48e9538c9fd108d3ee5524868a" -- Lean v4.9.0-rc3 +require aesop from git "https://github.com/leanprover-community/aesop" @ "f465af4466eeb1f195692745fd58bb3f552692f1" -- Lean v4.9.0-rc3 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" @ "1f51169609a3a7c448558c3d3eb353fb355c7025" -- Lean v4.9.0-rc2 +require «doc-gen4» from git "https://github.com/leanprover/doc-gen4" @ "1f51169609a3a7c448558c3d3eb353fb355c7025" -- Lean v4.9.0-rc3 diff --git a/lean-toolchain b/lean-toolchain index d0bb556..cab936c 100644 --- a/lean-toolchain +++ b/lean-toolchain @@ -1 +1 @@ -leanprover/lean4:v4.9.0-rc2 \ No newline at end of file +leanprover/lean4:v4.9.0-rc3 \ No newline at end of file