From 2ba00a78f33eb309f3e3f665a9480e25c70dd514 Mon Sep 17 00:00:00 2001 From: Dominik Kellner Date: Fri, 11 Feb 2022 06:13:53 +0100 Subject: [PATCH] Use Rust 2021 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 08cf267..3d71fe7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.5.0-dev" authors = ["Dominik Kellner "] description = "A conflict-free replicated data structure (a.k.a CRDT) for versioned text" -edition = "2018" +edition = "2021" homepage = "https://git.sr.ht/~dkellner/chronofold" license = "AGPL-3.0" readme = "README.md" -- 2.38.5