Skip to content

Commit

Permalink
Cargo.toml 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jackTabsCode committed Apr 26, 2024
1 parent b50b274 commit a093b98
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions Cargo.toml
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]>"]
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit a093b98

Please sign in to comment.