From 9c8733e42f3604817ad6b881f5654b673bbc4d00 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Thu, 2 Dec 2021 18:31:19 +0100 Subject: upgrade to rust 2021 edition --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5c7749f..e6ee427 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Max Audron "] license = "ISC" homepage = "https://gitlab.com/cocainefarm/libquassel" repository = "https://gitlab.com/cocainefarm/libquassel" -edition = "2018" +edition = "2021" autobins = true include = ["src/**/*", "LICENSE", "README.md"] -- cgit v1.2.3