From 83bcdd9427189ef9b0d513c10ef3ea0014fcceda Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 7 Sep 2022 19:27:16 -0700 Subject: set MSRV to 1.49, and mention in README --- .gitlab-ci.yml | 2 +- CHANGELOG.md | 4 ++++ README.md | 2 ++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6675edf..2e5e327 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: "rust:1.48-buster" +image: "rust:1.49-buster" test:cargo: script: # Print version info for debugging diff --git a/CHANGELOG.md b/CHANGELOG.md index c67c7a7..0892032 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # CHANGELOG +## [UNRELEASED] + +Defined a MRSV of 1.49. + ## [0.2.6] - 2021-03-29 ### Changed diff --git a/README.md b/README.md index 08cb521..4788c08 100644 --- a/README.md +++ b/README.md @@ -115,3 +115,5 @@ low (eg, don't currently use a CLI argument parsing library), but open to discussion. When sending patches or merge requests, it is helpful (but not required) if you can include test coverage, re-run `cargo fmt`, and acknowledge the license terms ahead of time. + +The Minimum Supported Rust Version (MSRV) is 1.49. -- cgit v1.2.3