Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Benchmarks/Catalog/RelocFixtureA/lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:v4.33.1
leanprover/lean4:v4.34.0
2 changes: 1 addition & 1 deletion Benchmarks/Catalog/RelocFixtureB/lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:v4.33.1
leanprover/lean4:v4.34.0
2 changes: 1 addition & 1 deletion Benchmarks/Compile/TruthMines/lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:v4.33.1
leanprover/lean4:v4.34.0
2 changes: 1 addition & 1 deletion Benchmarks/Compile/lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:v4.33.1
leanprover/lean4:v4.34.0
2 changes: 1 addition & 1 deletion Benchmarks/TruthMines/lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:v4.33.1
leanprover/lean4:v4.34.0
8 changes: 4 additions & 4 deletions lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@
"type": "git",
"subDir": null,
"scope": "",
"rev": "4488d40d070b9700d4d5a6aa342f0d40c31b2a2d",
"rev": "f2effa3d803fda822b1f97b806c47cf2adfbcbc2",
"name": "batteries",
"manifestFile": "lake-manifest.json",
"inputRev": "v4.33.0",
"inputRev": "v4.34.0",
"inherited": false,
"configFile": "lakefile.toml"},
{"url": "https://github.com/leanprover/lean4-cli",
"type": "git",
"subDir": null,
"scope": "",
"rev": "6130a47896ce867c6a4a55373441e59e565bad0f",
"rev": "e92c9f15fdfacc8536f31cfb3b7ad26c3c8cd204",
"name": "Cli",
"manifestFile": "lake-manifest.json",
"inputRev": "v4.33.0",
"inputRev": "v4.34.0",
"inherited": false,
"configFile": "lakefile.toml"},
{"url": "https://github.com/argumentcomputer/Blake3.lean",
Expand Down
4 changes: 2 additions & 2 deletions lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ require Blake3 from git
"https://github.com/argumentcomputer/Blake3.lean" @ "78f5bc4b22de1172af8a5d91e7039128084fad3a"

require Cli from git
"https://github.com/leanprover/lean4-cli" @ "v4.33.0"
"https://github.com/leanprover/lean4-cli" @ "v4.34.0"

require batteries from git
"https://github.com/leanprover-community/batteries" @ "v4.33.0"
"https://github.com/leanprover-community/batteries" @ "v4.34.0"

/- Reference Lean4-in-Lean4 theory and checker. `IxTcVerify` imports its
Theory/Verify specification surface, while `bench-lean4lean` and the ignored
Expand Down
2 changes: 1 addition & 1 deletion lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:v4.33.1
leanprover/lean4:v4.34.0
Loading