From 1bd398c7ee2851c8f37fc80a99692276f0efb3af Mon Sep 17 00:00:00 2001 From: Dominic Date: Thu, 4 Feb 2021 00:12:17 +0100 Subject: [PATCH] bump MSRV to 1.49+ not sure why but all older rust versions fail generic type resolution --- .gitlab-ci.yml | 10 +++++----- README.md | 4 ++-- README.tpl | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eda1b34..ab2e9d0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,20 +10,20 @@ variables: test-default: stage: test - image: rust:1.43-slim + image: rust:1.49-slim before_script: - cargo -V script: - cargo test cache: - key: cargo-1-43-default + key: cargo-1-49-default paths: - cargo/ - target/ test-full: stage: test - image: rust:1.43-slim + image: rust:1.49-slim before_script: - apt update -y - apt install -y --no-install-recommends libpq-dev @@ -31,7 +31,7 @@ test-full: script: - cargo test --no-default-features --features full cache: - key: cargo-1-43-all + key: cargo-1-49-all paths: - cargo/ - target/ @@ -67,7 +67,7 @@ test-trybuild-ui: script: - cargo test --no-default-features --features full --tests -- --ignored cache: - key: cargo-1-48-all + key: cargo-1-49-all paths: - cargo/ - target/ diff --git a/README.md b/README.md index 8298465..028feea 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ rustdoc - - Minimum Rust Version + + Minimum Rust Version dependencies diff --git a/README.tpl b/README.tpl index 36373ae..bd3e252 100644 --- a/README.tpl +++ b/README.tpl @@ -17,8 +17,8 @@ rustdoc - - Minimum Rust Version + + Minimum Rust Version dependencies