aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2022-09-07 19:27:16 -0700
committerBryan Newbold <bnewbold@archive.org>2022-09-07 19:28:13 -0700
commit83bcdd9427189ef9b0d513c10ef3ea0014fcceda (patch)
tree753efea8fd8595643cca07368aa597f469512d90
parent8136dfbaab30f1c84db6ce4a4285b1f7b47baa04 (diff)
downloades-public-proxy-83bcdd9427189ef9b0d513c10ef3ea0014fcceda.tar.gz
es-public-proxy-83bcdd9427189ef9b0d513c10ef3ea0014fcceda.zip
set MSRV to 1.49, and mention in README
-rw-r--r--.gitlab-ci.yml2
-rw-r--r--CHANGELOG.md4
-rw-r--r--README.md2
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
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.