summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-01-16 15:03:53 +0000
committerLars Wirzenius <liw@liw.fi>2022-01-16 15:03:53 +0000
commit61ea591bd254a240bb8c45221dea057c1517b0ae (patch)
treea4a18bee2569d6ba536983e0ec16310eece8af4e
parent71180147a4eb5958172c483083758f9ab3f5eadb (diff)
parentce1d2ff5093fe787672d3de984385ed092f0a191 (diff)
downloadobnam2-61ea591bd254a240bb8c45221dea057c1517b0ae.tar.gz
Merge branch 'msrv' into 'main'
chore: document minimal rust version in Cargo.toml Closes #170 See merge request obnam/obnam!207
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 676f306..17535db 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,7 @@ description = "a backup program"
license = "AGPL-3.0-or-later"
homepage = "https://obnam.org/"
repository = "https://gitlab.com/larswirzenius/obnam"
+rust-version = "1.56.0"
[dependencies]