Skip to content

Commit 135844a

Browse files
authored
Release 0.16.1 (#636)
* 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.
1 parent fdd01d7 commit 135844a

File tree

11 files changed

+290
-131
lines changed

11 files changed

+290
-131
lines changed

.github/workflows/checks.yml

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
target
3535
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
3636

37+
- name: Install libdbus
38+
if: matrix.os == 'ubuntu-latest'
39+
run: sudo apt-get install libdbus-1-dev
40+
3741
- name: Install musl tools
3842
if: matrix.binary_target == 'x86_64-unknown-linux-musl'
3943
run: sudo apt-get install musl-tools

0 commit comments

Comments
 (0)