From 0a7d1639e7b33d0bd941997bb88762c35473f0d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 31 Oct 2021 12:54:12 +0200 Subject: Update to Rust edition 2021 and minimum supported Rust version to 1.56 --- ci/install-rust-ext.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ci') diff --git a/ci/install-rust-ext.sh b/ci/install-rust-ext.sh index d3cd198ac..c92f06e31 100755 --- a/ci/install-rust-ext.sh +++ b/ci/install-rust-ext.sh @@ -3,5 +3,4 @@ source ./ci/env.sh set -e export CARGO_HOME='/usr/local/cargo' -# Install 0.9.4 until Rust 1.56 is the minimum supported version here -cargo install cargo-c --version 0.9.4+cargo-0.56 +cargo install cargo-c --version 0.9.5+cargo-0.57 -- cgit v1.2.3