Skip to content

Commit

Permalink
bump to
Browse files Browse the repository at this point in the history
leanprover/lean4:v4.6.1
  • Loading branch information
T-Brick committed Mar 17, 2024
1 parent ddb58f9 commit 0d10bb8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
[{"url": "https://github.com/leanprover/std4",
"type": "git",
"subDir": null,
"rev": "a7543d1a6934d52086971f510e482d743fe30cf3",
"rev": "c6953718e13e87e59b7276eb5ce8d26427d5b93d",
"name": "std",
"manifestFile": "lake-manifest.json",
"inputRev": "v4.6.0",
"inputRev": "v4.6.1",
"inherited": false,
"configFile": "lakefile.lean"}],
"name": "numbers",
Expand Down
2 changes: 1 addition & 1 deletion lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ lean_exe numbers {
root := `Main
}

require std from git "https://github.com/leanprover/std4" @ "v4.6.0"
require std from git "https://github.com/leanprover/std4" @ "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 0d10bb8

Please sign in to comment.