Skip to content

Commit 2fe27f3

Browse files
authored
fix: bump dependencies (#37)
1 parent 371ca72 commit 2fe27f3

3 files changed

Lines changed: 6 additions & 8 deletions

File tree

.github/workflows/publish-image.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
matrix:
1212
runner-platform:
1313
- ubuntu-latest
14-
- self-hosted
14+
- buildjet-4vcpu-ubuntu-2204-arm
1515
include:
1616
- runner-platform: ubuntu-latest
1717
build-arch: linux/amd64
1818
tagged-platform: amd64
19-
- runner-platform: self-hosted
19+
- runner-platform: buildjet-4vcpu-ubuntu-2204-arm
2020
build-arch: linux/arm64
2121
tagged-platform: arm64
2222
runs-on: ${{ matrix.runner-platform }}
@@ -25,8 +25,6 @@ jobs:
2525
uses: docker/setup-buildx-action@v1
2626

2727
- name: Cache Docker layers
28-
# AWS data transfer is pricy
29-
if: ${{ matrix.runner-platform != 'self-hosted' }}
3028
uses: actions/cache@v2
3129
with:
3230
path: /tmp/.buildx-cache

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ authors = ["Max Isom <hi@maxisom.me>"]
55
edition = "2018"
66

77
[dependencies]
8-
librespot = {version = "0.4.1", default-features = false}
9-
songbird = "0.3.0"
8+
librespot = {version = "0.4.2", default-features = false}
9+
songbird = "0.3.1"
1010
tracing = "0.1"
1111
tracing-subscriber = "0.2"
1212
tracing-futures = "0.2"

0 commit comments

Comments
 (0)