From b218d85754ff1b1ad0fc0c2f70d88da162d5b47d Mon Sep 17 00:00:00 2001 From: Max Audron Date: Sat, 31 Jul 2021 12:53:53 +0200 Subject: upgrade to rust 2021 edition --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 520b917..b23119b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,3 +1,5 @@ +cargo-features = ["edition2021"] + [package] name = "libquassel" description = "Native rust implementation of the Quassel protocol and library functions" @@ -6,7 +8,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