Browse Source

Bump MSRV to 1.46

See https://github.com/rust-lang/rust/issues/49146
timvisee 4 years ago
parent
commit
1070f1f297
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.43.0"
+    RUST_VERSION: "1.46.0"
 
 # Build using Rust stable
 build-x86_64-linux-gnu: