forked from mirrors/gstreamer-rs
ci: Update to cargo-c 0.9.22
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1301>
This commit is contained in:
parent
1e2e57836f
commit
cdd548acba
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ if [ "$RUST_IMAGE_FULL" = "1" ]; then
|
|||
cargo install --force grcov
|
||||
fi
|
||||
|
||||
cargo install cargo-c --version 0.9.21+cargo-0.71
|
||||
cargo install cargo-c --version 0.9.22+cargo-0.72
|
||||
|
||||
if [ "$RUST_VERSION" = "nightly" ]; then
|
||||
rustup component add rustfmt --toolchain nightly
|
||||
|
|
|
@ -21,4 +21,4 @@ RUN C:\install_dav1d.ps1
|
|||
|
||||
RUN Invoke-WebRequest -Uri https://win.rustup.rs/x86_64 -OutFile C:\rustup-init.exe
|
||||
RUN C:\rustup-init.exe -y --profile minimal --default-toolchain $env:RUST_VERSION
|
||||
RUN cargo install cargo-c --version 0.9.21+cargo-0.71
|
||||
RUN cargo install cargo-c --version 0.9.22+cargo-0.72
|
||||
|
|
Loading…
Reference in a new issue