diff options
-rw-r--r-- | .gitlab-ci.yml | 2 | ||||
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | README.md | 2 |
3 files changed, 7 insertions, 1 deletions
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 @@ -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. |