Enable `default` features for `build-std` (#554)

Closes #553
This commit is contained in:
hev 2025-07-02 20:51:16 +08:00 committed by GitHub
parent c34bdb0e81
commit 37b18c382e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -20,4 +20,4 @@ rustflags = [
# = Huge reduction in binary size by removing all that.
[unstable]
build-std = ["std", "panic_abort"]
build-std-features = ["panic_immediate_abort", "optimize_for_size"]
build-std-features = ["default", "panic_immediate_abort", "optimize_for_size"]