From dd8ac8901cd15945bce8d1a072abbcbdfe6d5a83 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 3 Mar 2022 18:53:53 +0200 Subject: feat! use Rust 2021 to benefit from changes to partial borrowing Sponsored-by: author --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "] -edition = "2018" +edition = "2021" description = "a backup program" license = "AGPL-3.0-or-later" homepage = "https://obnam.org/" -- cgit v1.2.1