-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from leanprover/toolchain/v4.3.0
chore: bump toolchain to v4.3.0
- Loading branch information
Showing
2 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/build | ||
/lake-packages/* | ||
lakefile.olean | ||
# macOS leaves these files everywhere: | ||
.DS_Store | ||
# Prior to v4.3.0-rc2 lake stored files in these locations. | ||
# We'll leave them in the `.gitignore` for a while for users switching between toolchains. | ||
/build/ | ||
/lake-packages/ | ||
/lakefile.olean | ||
# After v4.3.0-rc2 lake stores its files here: | ||
/.lake/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
leanprover/lean4:v4.3.0-rc1 | ||
leanprover/lean4:v4.3.0 |