Browse Source

Bump minimum Rust version to 1.43.0

timvisee 4 years ago
parent
commit
d75e69841e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -67,7 +67,7 @@ check-nightly:
 check-old:
   <<: *check-base
   variables:
-    RUST_VERSION: "1.40.0"
+    RUST_VERSION: "1.43.0"
 
 # Build using Rust stable
 build-x86_64-linux-gnu: