aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2022-08-12 10:21:21 -0700
committerBryan Newbold <bnewbold@archive.org>2022-08-12 10:21:21 -0700
commit19ad74a98458360473dbf0ff474368e1c1c45156 (patch)
treee9b73041f60683b6ded3245433cc0bedd8282e78
parent5fd45bcfe02ee7b20fad93591850c38bb5146862 (diff)
downloadfatcat-cli-19ad74a98458360473dbf0ff474368e1c1c45156.tar.gz
fatcat-cli-19ad74a98458360473dbf0ff474368e1c1c45156.zip
try MSRV of 1.59
-rw-r--r--.gitlab-ci.yml2
-rw-r--r--README.md2
-rw-r--r--fatcat-cli/Cargo.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3cf3e11..51abff8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ stages:
rust-latest:
stage: test
- image: rust:1.49-buster
+ image: rust:1.59-buster
before_script:
- apt update -qy
- apt install -y libsodium-dev
diff --git a/README.md b/README.md
index aa2d0bd..0081e73 100644
--- a/README.md
+++ b/README.md
@@ -108,7 +108,7 @@ To check in on the status of recent editgroups, or to "submit" them for review:
You need a Rust toolchain installed, and the `libsodium-dev` system package.
There are Makefile helpers, run `make help` to print a list of commands.
-The Minimum Supported Rust Version (MSRV) is 1.49 (released in late 2020).
+The Minimum Supported Rust Version (MSRV) is 1.59 (released in 2022).
## Thanks!
diff --git a/fatcat-cli/Cargo.toml b/fatcat-cli/Cargo.toml
index 98590d2..c2b258a 100644
--- a/fatcat-cli/Cargo.toml
+++ b/fatcat-cli/Cargo.toml
@@ -2,7 +2,7 @@
name = "fatcat-cli"
version = "0.1.6"
edition = "2018"
-rust-version = "1.49"
+rust-version = "1.59"
authors = ["Bryan Newbold <bnewbold@robocracy.org>"]
license = "GPL-3+"
#license-file = "../LICENSE.GPLv3.txt"