File tree Expand file tree Collapse file tree 5 files changed +11
-9
lines changed Expand file tree Collapse file tree 5 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 11name : Security audit
22
33on :
4- # schedule:
5- # - cron: "0 0 * * *"
64 push :
75 paths :
86 - " **/Cargo.lock"
97 - " **/Cargo.toml"
108 - " **/deny.toml"
9+ pull_request :
10+ types : [ opened, reopened, synchronize ]
11+ branches :
12+ - main
13+ # schedule:
14+ # - cron: "0 0 * * *"
1115
1216jobs :
1317
Original file line number Diff line number Diff line change 33on :
44 push :
55 branches :
6- - " *"
7- tags :
8- - " *"
6+ - main
97 pull_request :
108 types : [ opened, reopened, synchronize ]
119 branches :
Original file line number Diff line number Diff line change 4545 - id : check-added-large-files
4646 - id : check-yaml
4747 - id : end-of-file-fixer
48- # - id: trailing-whitespace
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010- Some form of concurrent execution, but this might not be necessary as some
1111 dependencies already use ` rayon ` and ` crossbeam ` .
1212
13- ## [ 0.2.4] - 2025-09-28
13+ ## [ 0.2.4] - 2025-09-30
1414
1515### Added
1616
@@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222### Changed
2323- Updated several dependencies to newer versions.
2424 - ` cargo audit ` found a security vulnerability in a dependency (that version has been yanked).
25+ - The build process for the release profile now uses the LTO optimization.
2526
2627## [ 0.2.3] - 2024-07-10
2728
Original file line number Diff line number Diff line change @@ -32,5 +32,5 @@ opt-level = 3
3232
3333[profile .release ]
3434strip = " symbols"
35- # lto = "fat"
36- # codegen-units = 1
35+ lto = " fat"
36+ codegen-units = 1
You can’t perform that action at this time.
0 commit comments