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-19 11:24:17 +0200
commit39950794bf8d783c3db2fb245389baf06cb24709 (patch)
tree2c4fe55830658118e901f0db3e8fb53e17d79757
parent4c8afd2616ed35d7bdebd2069ed0909136fc598f (diff)
downloadobnam2-39950794bf8d783c3db2fb245389baf06cb24709.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]