Skip to content

Commit ae71578

Browse files
authored
Final changes for v0.3.0 (#741)
* Remove cargo-dist usage * Fix silent mode when isq
1 parent 825e0da commit ae71578

File tree

5 files changed

+61
-341
lines changed

5 files changed

+61
-341
lines changed

.github/workflows/release.yml

-286
This file was deleted.

Cargo.toml

-33
Original file line numberDiff line numberDiff line change
@@ -48,36 +48,3 @@ half = "2.4.0"
4848
rayon = "1.1.0"
4949
url = "2.5.2"
5050
data-url = "0.3.1"
51-
52-
# Config for 'cargo dist'
53-
[workspace.metadata.dist]
54-
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
55-
cargo-dist-version = "0.17.0"
56-
# CI backends to support
57-
ci = "github"
58-
# The installers to generate for each app
59-
installers = ["shell"]
60-
# Target platforms to build apps for (Rust target-triple syntax)
61-
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu"]
62-
# Publish jobs to run in CI
63-
pr-run-mode = "plan"
64-
# Whether to auto-include files like READMEs, LICENSE, and CHANGELOGs (default true)
65-
auto-includes = false
66-
# Whether to install an updater program
67-
install-updater = true
68-
69-
[profile.profiling]
70-
inherits = "release"
71-
debug = true
72-
73-
[profile.dev]
74-
opt-level = 3
75-
76-
# The profile that 'cargo dist' will build with
77-
[profile.dist]
78-
inherits = "release"
79-
lto = "thin"
80-
81-
[profile.release]
82-
codegen-units = 1
83-
lto = "fat"

0 commit comments

Comments
 (0)