generated from EmbarkStudios/opensource-template
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove xcrun hack rust-lang/rust#36156 was apparently resolved years ago, so the hack is no longer needed * Fixup update script 1.76.0 introduced a few new target keys, but they are experimental and thus not worth supporting until/if they are stabilized. Also aarch64-apple-watchos was added but does not print in stable due to an LLVM call failing, but does work on nightly, so we use nightly for that ONE target * Update builtins to 1.76.0 * Fix tests * Fix lints
- Loading branch information
1 parent
c252d79
commit 9e04098
Showing
7 changed files
with
140 additions
and
99 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
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
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
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
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
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 |
---|---|---|
|
@@ -2,8 +2,4 @@ | |
name = "update" | ||
version = "0.1.0" | ||
authors = ["Jake Shadle <[email protected]>"] | ||
edition = "2018" | ||
|
||
[[bin]] | ||
name = "xcrun" | ||
path = "src/main.rs" | ||
edition = "2021" |
Oops, something went wrong.