Skip to content

Commit

Permalink
chore: update releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
shanithkk committed May 6, 2024
1 parent 7f0553c commit 49719c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version = "0.0.1"
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
cargo-dist-version = "0.13.3"
# The installers to generate for each app
installers = ["shell", "powershell", "homebrew"]
installers = ["shell", "powershell"]
# 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"]
# CI backends to support
Expand Down

0 comments on commit 49719c1

Please sign in to comment.