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

@ -29,7 +29,7 @@ RUN apt-get install -y curl git build-essential crossbuild-essential-arm64 cross
RUN apt-get install -y libasound2-dev libasound2-dev:arm64 libasound2-dev:armel libasound2-dev:armhf
RUN apt-get install -y libpulse0 libpulse0:arm64 libpulse0:armel libpulse0:armhf
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.75 -y
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.81 -y
ENV PATH="/root/.cargo/bin/:${PATH}"
RUN rustup target add aarch64-unknown-linux-gnu
RUN rustup target add arm-unknown-linux-gnueabi