Skip to content

Commit

Permalink
Bump cargo-dist.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Oct 25, 2023
1 parent 7110da6 commit 18e99e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,15 @@ tracing = "0.1.40"
# Config for 'cargo dist'
[workspace.metadata.dist]
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
cargo-dist-version = "0.3.0"
cargo-dist-version = "0.4.0"
# CI backends to support
ci = ["github"]
# Target platforms to build apps for (Rust target-triple syntax)
targets = [
"x86_64-unknown-linux-gnu",
"aarch64-apple-darwin",
"x86_64-apple-darwin",
"x86_64-unknown-linux-musl",
"x86_64-pc-windows-msvc",
]
# The installers to generate for each app
Expand All @@ -59,6 +60,7 @@ installers = []
install-path = "~/.proto/bin"
# Publish jobs to run in CI
pr-run-mode = "plan"
# Skip checking whether the specified configuration files are up to date
allow-dirty = ["ci"]

[profile.dist]
Expand Down

0 comments on commit 18e99e9

Please sign in to comment.