Skip to content

Commit e6846da

Browse files
committed
release: version 0.1.0
1 parent d92b396 commit e6846da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ cargo-dist-version = "0.18.0"
2828
# The installers to generate for each app
2929
installers = ["shell", "powershell", "msi"]
3030
# Target platforms to build apps for (Rust target-triple syntax)
31-
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
31+
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
3232
# CI backends to support
3333
ci = "github"
3434
# Publish jobs to run in CI

0 commit comments

Comments
 (0)