We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 010e7cc commit 982ff85Copy full SHA for 982ff85
1 file changed
dist-workspace.toml
@@ -12,7 +12,7 @@ installers = ["shell", "powershell", "homebrew"]
12
# A GitHub repo to push Homebrew formulas to
13
tap = "RandomStudio/homebrew-tap"
14
# Target platforms to build apps for (Rust target-triple syntax)
15
-targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
+targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
16
# Path that installers should place binaries in
17
install-path = "CARGO_HOME"
18
# Publish jobs to run in CI
0 commit comments