aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2022-08-12 09:37:09 -0700
committerBryan Newbold <bnewbold@archive.org>2022-08-12 09:37:23 -0700
commite3ce7b59fbc5ae241c9bc3262985dc8dca47d5bf (patch)
treebaba6f0276cf0d8949b928cdbdc856a08de44bc8
parent70d9095bd1aa6cd63037993e770b17697b65cc1a (diff)
downloadfatcat-cli-e3ce7b59fbc5ae241c9bc3262985dc8dca47d5bf.tar.gz
fatcat-cli-e3ce7b59fbc5ae241c9bc3262985dc8dca47d5bf.zip
define and bump MSRV to 1.49
-rw-r--r--.gitlab-ci.yml2
-rw-r--r--README.md2
-rw-r--r--fatcat-cli/Cargo.toml1
3 files changed, 4 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 47e9834..3cf3e11 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ stages:
rust-latest:
stage: test
- image: rust:1.48-buster
+ image: rust:1.49-buster
before_script:
- apt update -qy
- apt install -y libsodium-dev
diff --git a/README.md b/README.md
index 135052e..aa2d0bd 100644
--- a/README.md
+++ b/README.md
@@ -108,6 +108,8 @@ 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).
+
## Thanks!
diff --git a/fatcat-cli/Cargo.toml b/fatcat-cli/Cargo.toml
index 35ccbe2..98590d2 100644
--- a/fatcat-cli/Cargo.toml
+++ b/fatcat-cli/Cargo.toml
@@ -2,6 +2,7 @@
name = "fatcat-cli"
version = "0.1.6"
edition = "2018"
+rust-version = "1.49"
authors = ["Bryan Newbold <bnewbold@robocracy.org>"]
license = "GPL-3+"
#license-file = "../LICENSE.GPLv3.txt"