Skip to content

Commit

Permalink
Release version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jackTabsCode committed Apr 14, 2024
1 parent 1805ff3 commit 0363e1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "asphalt"
version = "0.4.1"
version = "0.4.2"
edition = "2021"
license = "MIT"
authors = ["Jack T <[email protected]>"]
Expand Down Expand Up @@ -39,10 +39,10 @@ ci = ["github"]
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",
"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 = "plan"
Expand Down

0 comments on commit 0363e1c

Please sign in to comment.