Skip to content

Commit

Permalink
Final changes for v0.3.0 (#741)
Browse files Browse the repository at this point in the history
* Remove cargo-dist usage

* Fix silent mode when isq
  • Loading branch information
EricLBuehler authored Sep 2, 2024
1 parent 825e0da commit ae71578
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 341 deletions.
286 changes: 0 additions & 286 deletions .github/workflows/release.yml

This file was deleted.

33 changes: 0 additions & 33 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,36 +48,3 @@ half = "2.4.0"
rayon = "1.1.0"
url = "2.5.2"
data-url = "0.3.1"

# Config for 'cargo dist'
[workspace.metadata.dist]
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
cargo-dist-version = "0.17.0"
# CI backends to support
ci = "github"
# The installers to generate for each app
installers = ["shell"]
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu"]
# Publish jobs to run in CI
pr-run-mode = "plan"
# Whether to auto-include files like READMEs, LICENSE, and CHANGELOGs (default true)
auto-includes = false
# Whether to install an updater program
install-updater = true

[profile.profiling]
inherits = "release"
debug = true

[profile.dev]
opt-level = 3

# The profile that 'cargo dist' will build with
[profile.dist]
inherits = "release"
lto = "thin"

[profile.release]
codegen-units = 1
lto = "fat"
Loading

0 comments on commit ae71578

Please sign in to comment.