Skip to content

Commit d7f155e

Browse files
author
=
committed
fix deps
1 parent e40c4cf commit d7f155e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

dist-workspace.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@ cargo-dist-version = "0.27.0"
88
# CI backends to support
99
ci = "github"
1010
# The installers to generate for each app
11-
installers = ["shell", "powershell"]
11+
installers = ["shell"]
1212
# Target platforms to build apps for (Rust target-triple syntax)
13-
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
13+
targets = ["aarch64-unknown-linux-gnu"]
1414
# Path that installers should place binaries in
1515
install-path = "CARGO_HOME"
1616
# Whether to install an updater program
1717
install-updater = false
1818

1919
[dist.dependencies.apt]
20-
cmake = '*'
21-
build-essential = "*"
22-
golang = "*"
20+
libssl-dev = '*'

0 commit comments

Comments
 (0)