Skip to content

Commit

Permalink
Merge branch 'main' into feature/axum
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsan authored Nov 9, 2024
2 parents fd544b4 + 05aa04a commit 2fca76a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion dist-workspace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ ci = "github"
# The installers to generate for each app
installers = ["shell", "powershell", "msi"]
# 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-unknown-linux-musl", "x86_64-pc-windows-msvc"]
targets = [
"aarch64-apple-darwin",
"x86_64-apple-darwin",
"x86_64-unknown-linux-gnu",
"x86_64-unknown-linux-musl",
"x86_64-pc-windows-msvc",
]
# Path that installers should place binaries in
install-path = "CARGO_HOME"
# Whether to install an updater program
Expand Down

0 comments on commit 2fca76a

Please sign in to comment.