Skip to content

Commit 6a05953

Browse files
author
Noah Wahl
committed
chore(ci): fix dist
1 parent 853f252 commit 6a05953

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

dist-workspace.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[workspace]
2+
members = ["cargo:."]
3+
4+
# Config for 'dist'
5+
[dist]
6+
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
7+
cargo-dist-version = "0.25.1"
8+
# CI backends to support
9+
ci = "github"
10+
# The installers to generate for each app
11+
installers = []
12+
# Target platforms to build apps for (Rust target-triple syntax)
13+
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]

0 commit comments

Comments
 (0)