aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
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 /.gitlab-ci.yml
parent8136dfbaab30f1c84db6ce4a4285b1f7b47baa04 (diff)
downloades-public-proxy-83bcdd9427189ef9b0d513c10ef3ea0014fcceda.tar.gz
es-public-proxy-83bcdd9427189ef9b0d513c10ef3ea0014fcceda.zip
set MSRV to 1.49, and mention in README
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 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