Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
domsleee committed Sep 26, 2024
1 parent bfd86bd commit 77d6e18
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 105 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
rustup component add rust-src --target ${{ matrix.target }}
- 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

- name: Install cargo-deb
Expand Down
Loading

0 comments on commit 77d6e18

Please sign in to comment.