1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-03 01:39:28 +02:00

Update MSRV to 1.81 (#1428)

* bump MSRV to 1.81
* Update zbus to v5
* Update jack to 0.13
This commit is contained in:
Felix Prillwitz 2024-12-23 10:28:06 +01:00 committed by GitHub
parent d82d94b76c
commit 0ad1f7249b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 54 additions and 180 deletions

View file

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG alpine_version=alpine3.19
ARG rust_version=1.75.0
ARG rust_version=1.81.0
FROM rust:${rust_version}-${alpine_version}
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL="sparse"