File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Documenting changes between versions beginning from v0.3.0
4
4
5
+ ## v0.10.2
6
+
7
+ * Reduced binary size - no other changes
8
+
5
9
## v0.10.1
6
10
7
11
* Added new command to display the currently loaded environment
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " safir"
3
- version = " 0.10.1 "
3
+ version = " 0.10.2 "
4
4
edition = " 2021"
5
5
authors = [" Graham Keenan <graham.keenan@outlook.com>" ]
6
6
license = " MIT OR Apache-2.0"
@@ -26,6 +26,13 @@ async-trait = "0.1.80"
26
26
inherits = " release"
27
27
lto = " thin"
28
28
29
+ [profile .release ]
30
+ strip = true
31
+ opt-level = " z"
32
+ lto = true
33
+ codegen-units = 1
34
+ panic = " abort"
35
+
29
36
# Config for 'cargo dist'
30
37
[workspace .metadata .dist ]
31
38
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
You can’t perform that action at this time.
0 commit comments