summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-01-16 16:55:16 +0200
committerLars Wirzenius <liw@liw.fi>2022-01-16 16:55:16 +0200
commitce1d2ff5093fe787672d3de984385ed092f0a191 (patch)
treea4a18bee2569d6ba536983e0ec16310eece8af4e
parent71180147a4eb5958172c483083758f9ab3f5eadb (diff)
downloadobnam2-ce1d2ff5093fe787672d3de984385ed092f0a191.tar.gz
chore: document minimal rust version in Cargo.toml
Sponsored-by: author
-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]