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

gitlab.freedesktop.org/gstreamer/gst-plugins-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
committerSebastian Dröge <sebastian@centricular.com>2023-02-20 14:08:46 +0300
commit143bf7608ea7e0f427c5e87cd1b5241a2c0326ac (patch)
treeea4a476343641d9ef63f33751c2a6d9505ac971b /ci
parent53b6efaa6e1cf0bf462f519b32e152425edd0f45 (diff)
ci: Update to cargo-c 0.9.15
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1096>
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 d7ce73ec0..59f64eb5c 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