Skip to content

Commit

Permalink
chore: bump toolchain to v4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
david-christiansen committed Apr 3, 2024
1 parent ca8e6e3 commit fce010e
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": "ff9850c4726f6b9fb8d8e96980c3fcb2900be8bd",
"rev": "32983874c1b897d78f20d620fe92fc8fd3f06c3a",
"name": "std",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
"inputRev": "v4.7.0",
"inherited": false,
"configFile": "lakefile.lean"}],
"name": "aesop",
Expand Down
2 changes: 1 addition & 1 deletion lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ lean_lib AesopTest {
-- moreServerOptions := #[⟨`linter.unusedVariables, false⟩]
}

require std from git "https://github.com/leanprover/std4" @ "main"
require std from git "https://github.com/leanprover/std4" @ "v4.7.0"
2 changes: 1 addition & 1 deletion lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:v4.7.0-rc2
leanprover/lean4:v4.7.0

0 comments on commit fce010e

Please sign in to comment.