-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b50b274
commit a093b98
Showing
2 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,6 +1,6 @@ | ||
[package] | ||
name = "asphalt" | ||
version = "0.4.2" | ||
version = "0.5.0" | ||
edition = "2021" | ||
license = "MIT" | ||
authors = ["Jack T <[email protected]>"] | ||
|
@@ -38,7 +38,12 @@ ci = ["github"] | |
# The installers to generate for each app | ||
installers = [] | ||
# Target platforms to build apps for (Rust target-triple syntax) | ||
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"] | ||
targets = [ | ||
"aarch64-apple-darwin", | ||
"x86_64-apple-darwin", | ||
"x86_64-unknown-linux-gnu", | ||
"x86_64-pc-windows-msvc", | ||
] | ||
# Publish jobs to run in CI | ||
pr-run-mode = "skip" | ||
# The archive format to use for windows builds (defaults .zip) | ||
|