We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 310423e commit df477f0Copy full SHA for df477f0
1 file changed
.github/workflows/size-cmp.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Write Optimisation Flags
34
run: |
35
- echo 'build-std = ["std", "panic_abort"]' >> .cargo/config.toml
+ echo 'build-std = ["std", "panic_abort", "alloc"]' >> .cargo/config.toml
36
echo 'build-std-features = ["panic_immediate_abort"]' >> .cargo/config.toml
37
echo '[build]' >> .cargo/config.toml
38
echo 'rustflags = ["-Cpanic=abort"]' >> .cargo/config.toml
0 commit comments