diff --git a/CHANGELOG.md b/CHANGELOG.md index a5ab6ea..3370e7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added +- Add additional platforms to release artifacts + - `aarch64-unknown-linux-gnu` + ## [0.7.0] - 2025-01-12 ### Added diff --git a/Cargo.lock b/Cargo.lock index ee5991f..374d6a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -222,9 +222,9 @@ checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" [[package]] name = "cc" -version = "1.2.8" +version = "1.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad0cf6e91fde44c773c6ee7ec6bba798504641a8bc2eb7e37a04ffbf4dfaa55a" +checksum = "c8293772165d9345bdaaa39b45b2109591e63fe5e6fbc23c6ff930a048aa310b" dependencies = [ "jobserver", "libc", @@ -1784,9 +1784,9 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "snappy_src" -version = "0.2.3+snappy.1.2.1" +version = "0.2.4+snappy.1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc78d0b5fea71fda96c2e67f99ff3cfb34757307dd088a9abed3a4ba0a7f7465" +checksum = "73cacdec271c70981dbb6df068f9836c9737b643f62980115bc8d622353247b6" dependencies = [ "cc", "link-cplusplus", diff --git a/dist-workspace.toml b/dist-workspace.toml index 20ef7df..9bdbd19 100644 --- a/dist-workspace.toml +++ b/dist-workspace.toml @@ -10,7 +10,7 @@ ci = "github" # The installers to generate for each app installers = ["shell", "powershell"] # Target platforms to build apps for (Rust target-triple syntax) -targets = ["aarch64-apple-darwin", "aarch64-pc-windows-msvc", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"] +targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "aarch64-pc-windows-msvc", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"] # Whether to pass --all-features to cargo build all-features = true # Path that installers should place binaries in