Skip to content

Commit

Permalink
bump to leanprover/lean4:v4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Brick committed Mar 17, 2024
1 parent 0cc6899 commit 975664e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion C0deine/Top.lean
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Cli

namespace C0deine.Top

def version := "v24.03.0"
def version := "v24.03.1"

open Cli Directive

Expand Down
18 changes: 9 additions & 9 deletions lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"rev": "a7543d1a6934d52086971f510e482d743fe30cf3",
"name": "std",
"manifestFile": "lake-manifest.json",
"inputRev": "v4.6.0",
"inputRev": "v4.6.1",
"inherited": true,
"configFile": "lakefile.lean"},
{"url": "https://github.com/leanprover-community/quote4",
Expand All @@ -22,10 +22,10 @@
{"url": "https://github.com/leanprover-community/aesop",
"type": "git",
"subDir": null,
"rev": "c51fa8ea4de8b203f64929cba19d139e555f9f6b",
"rev": "ae76973be902b1da1589b28d10648c4e57333cad",
"name": "aesop",
"manifestFile": "lake-manifest.json",
"inputRev": "v4.6.0",
"inputRev": "v4.6.1",
"inherited": true,
"configFile": "lakefile.lean"},
{"url": "https://github.com/leanprover-community/ProofWidgets4",
Expand All @@ -52,22 +52,22 @@
"rev": "bbcffbcc19d69e13d5eea716283c76169db524ba",
"name": "importGraph",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
"inputRev": "v4.6.1",
"inherited": false,
"configFile": "lakefile.lean"},
{"url": "https://github.com/leanprover-community/mathlib4",
"type": "git",
"subDir": null,
"rev": "7ca43cbd6aa34058a1afad8e47190af3ec1f9bdb",
"rev": "5bb630b0e53879b30dc48637d83822677a64065b",
"name": "mathlib",
"manifestFile": "lake-manifest.json",
"inputRev": "v4.6.0",
"inputRev": "v4.6.1",
"inherited": false,
"configFile": "lakefile.lean"},
{"url": "https://github.com/T-Brick/Numbers",
"type": "git",
"subDir": null,
"rev": "ddb58f99f65ad9b763953622cbe14cb61cea374c",
"rev": "0d10bb889263f126ad690d2ee1b56744c15eaed9",
"name": "numbers",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
Expand All @@ -76,7 +76,7 @@
{"url": "https://github.com/T-Brick/ControlFlow",
"type": "git",
"subDir": null,
"rev": "ac554e8b503e37b3159db94f0197414f174c2947",
"rev": "3398f7039c9c243967054e8010f101ecb98fd186",
"name": "controlflow",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
Expand All @@ -85,7 +85,7 @@
{"url": "https://github.com/T-Brick/lean-wasm",
"type": "git",
"subDir": null,
"rev": "7a3c5ade246a988f08850cb1bccd4ff7698cd1c9",
"rev": "b3cc6ebc52aceb95f0c0f60a30853ae945e7754e",
"name": "wasm",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
Expand Down
5 changes: 2 additions & 3 deletions lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@ script js (args : List String) do
IO.print out.stderr
return out.exitCode

require mathlib from git
"https://github.com/leanprover-community/mathlib4" @ "v4.6.0"
require mathlib from git "https://github.com/leanprover-community/mathlib4" @ "v4.6.1"
require Cli from git "https://github.com/mhuisi/lean4-cli" @ "nightly"
require numbers from git "https://github.com/T-Brick/Numbers" @ "main"
require controlflow from git "https://github.com/T-Brick/ControlFlow" @ "main"
require wasm from git "https://github.com/T-Brick/lean-wasm" @ "main"

require importGraph from git "https://github.com/leanprover-community/import-graph" @ "main"
require importGraph from git "https://github.com/leanprover-community/import-graph" @ "v4.6.1"
2 changes: 1 addition & 1 deletion lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:v4.6.0
leanprover/lean4:v4.6.1

0 comments on commit 975664e

Please sign in to comment.