summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-03-03 18:53:53 +0200
committerLars Wirzenius <liw@liw.fi>2022-03-03 18:54:32 +0200
commitdd8ac8901cd15945bce8d1a072abbcbdfe6d5a83 (patch)
tree6b600e5348c5dbdab740ce810a408905836721a5
parent68a932a43eeb238988beada686c1f175caba4441 (diff)
downloadobnam2-dd8ac8901cd15945bce8d1a072abbcbdfe6d5a83.tar.gz
feat! use Rust 2021 to benefit from changes to partial borrowing
Sponsored-by: author
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 17535db..3d69988 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "obnam"
version ="0.7.0"
authors = ["Lars Wirzenius <liw@liw.fi>"]
-edition = "2018"
+edition = "2021"
description = "a backup program"
license = "AGPL-3.0-or-later"
homepage = "https://obnam.org/"