Skip to content

Commit

Permalink
Update to 0.101.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domsleee committed Jan 17, 2025
1 parent cb60bac commit ce8e761
Show file tree
Hide file tree
Showing 5 changed files with 1,101 additions and 772 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Build binary
# use optimize_for_size in the future (https://github.com/rust-lang/rust/issues/125612)
run: cargo build --release -Z build-std=core,std,alloc,proc_macro,panic_abort -Z build-std-features=panic_immediate_abort --locked --target=${{ matrix.target }} --color=always
run: cargo build --release -Z build-std=core,std,alloc,proc_macro,panic_abort -Z build-std-features=panic_immediate_abort,optimize_for_size --locked --target=${{ matrix.target }} --color=always

- name: Install cargo-deb
if: ${{ matrix.deb == true }}
Expand Down
Loading

0 comments on commit ce8e761

Please sign in to comment.