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:
parent
d82d94b76c
commit
0ad1f7249b
11 changed files with 54 additions and 180 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue