소스 검색

Bump MSRV to 1.46

See https://github.com/rust-lang/rust/issues/49146
timvisee 4 년 전
부모
커밋
1070f1f297
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: