Skip to content

Commit

Permalink
[WIP]: Thu Dec 14 11:58:29 AM EST 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
tjdevries committed Dec 14, 2023
1 parent 7143d8f commit ee7d186
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 170 deletions.
162 changes: 0 additions & 162 deletions .github/workflows/release.yml

This file was deleted.

11 changes: 3 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,21 +51,16 @@ url = "2.4.0"
# 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.1"
cargo-dist-version = "0.5.0"
# CI backends to support
ci = ["github"]
# The installers to generate for each app
installers = []
# Target platforms to build apps for (Rust target-triple syntax)
targets = [
"x86_64-unknown-linux-gnu",
"aarch64-unknown-linux-gnu",
"aarch64-apple-darwin",
"x86_64-apple-darwin",
"x86_64-pc-windows-msvc",
]
targets = ["aarch64-unknown-linux-gnu", "x86_64-unknown-linux-gnu", "aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-pc-windows-msvc"]
# Publish jobs to run in CI
pr-run-mode = "plan"
# Skip checking whether the specified configuration files are up to date
allow-dirty = ["ci"]

# The profile that 'cargo dist' will build with
Expand Down

0 comments on commit ee7d186

Please sign in to comment.