Skip to content

Commit b2d8067

Browse files
authored
Merge pull request #29 from meilisearch/bump-cargo-dist
Bump cargo-dist
2 parents b9d8df0 + fe92f02 commit b2d8067

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
@@ -30,7 +30,7 @@ cargo-dist-version = "0.11.1"
3030
# The installers to generate for each app
3131
installers = []
3232
# Target platforms to build apps for (Rust target-triple syntax)
33-
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
33+
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
3434
# CI backends to support
3535
ci = ["github"]
3636
# Publish jobs to run in CI

0 commit comments

Comments
 (0)