Skip to content

Commit

Permalink
Release 0.16.1 (#636)
Browse files Browse the repository at this point in the history
* Install libdbus in workflow.

* Fix workflow.

* Update workflow.

* Bump patch version.

* Bump patch version.

* Prepare set_favorite() service handler.

Update error trait bounds for Send + Sync.

* Disable set_favorite() route for now.

* Update dependencies.

* Comment out unused type.
  • Loading branch information
tmpfs authored Dec 28, 2024
1 parent fdd01d7 commit 135844a
Show file tree
Hide file tree
Showing 11 changed files with 290 additions and 131 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Install libdbus
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install libdbus-1-dev

- name: Install musl tools
if: matrix.binary_target == 'x86_64-unknown-linux-musl'
run: sudo apt-get install musl-tools
Expand Down
Loading

0 comments on commit 135844a

Please sign in to comment.