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

Bump MSRV to 1.73

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König 2024-06-10 18:50:38 +00:00
parent 983777518f
commit b0170d142b
No known key found for this signature in database
12 changed files with 14 additions and 14 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 libasound2-dev:mipsel
RUN apt-get install -y libpulse0 libpulse0:arm64 libpulse0:armel libpulse0:armhf
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.71 -y
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.73 -y
ENV PATH="/root/.cargo/bin/:${PATH}"
RUN rustup target add aarch64-unknown-linux-gnu
RUN rustup target add arm-unknown-linux-gnueabi