From 1f72fbb055b3b8e5825214f1724bbefaeb4146a7 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Mon, 17 Dec 2018 16:05:26 -0500 Subject: [PATCH] ci: Bump minimum Rust version to 1.29.2 This matches the latest DTS release on el7. Closes: #1716 Approved by: cgwalters --- .papr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.papr.yml b/.papr.yml index 19f620a1..2d8a16a0 100644 --- a/.papr.yml +++ b/.papr.yml @@ -179,7 +179,7 @@ container: env: # this corresponds to the DTS rustc version we want to support - RUST_MIN_VERSION: 1.26.2 + RUST_MIN_VERSION: 1.29.2 tests: - ci/installdeps.sh