Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2023-02-20 12:10:37 +0300
committerGuillaume Desmottes <guillaume.desmottes@onestream.live>2023-03-10 19:31:56 +0300
commit8c7fbdfb19ace35a463f0ca4afc2a16e273ccd07 (patch)
treecb5cdff6a98fdf4bdd2c58cb92c387573568e50e /ci
parent8eb5d9a441f84d48af0d2030eb9c15eace908944 (diff)
ci: Update to cargo-c 0.9.15
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1129>
Diffstat (limited to 'ci')
-rwxr-xr-xci/install-rust-ext.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/install-rust-ext.sh b/ci/install-rust-ext.sh
index d7ce73ec..59f64eb5 100755
--- a/ci/install-rust-ext.sh
+++ b/ci/install-rust-ext.sh
@@ -3,4 +3,4 @@ source ./ci/env.sh
set -e
export CARGO_HOME='/usr/local/cargo'
-cargo install cargo-c --version 0.9.14+cargo-0.66
+cargo install cargo-c --version 0.9.15+cargo-0.67