summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-04-06 09:48:03 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-04-06 10:19:14 +0200
commit5c52ecd7fddb2aa1e08e55540a3bad30b1a3ebd8 (patch)
treef09473e14c7edbb0c77c09a152f550b0c31d1e07 /README.md
parentd9810aaa4c7308f56424d2781d628b4bf96a3a06 (diff)
Add minimum-supported-rust-version build
Only cargo-check here (including tests), because we don't need to generate a binary to check MSRV. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 758e9fa..907df93 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,8 @@ This repository is a WIP project to bring repology to the commandline.
There's a library under `./librepology/` and a commandline interface for
viewing repology data.
+MSRV: 1.42.0
+
## License
Library: MPL 2.0