From 56a805151d9c87c00b623b82b99df5f225da518d Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Mon, 24 Jan 2022 15:44:51 +0000 Subject: [PATCH] use 2018 edition like the other crates --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index b01d1bcbd..b8545df90 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "taskchampion-lib" version = "0.1.0" -edition = "2021" +edition = "2018" build = "build.rs" [lib]