From 8eed62f3b5cd1856fc97891e4377fea2b5273ff3 Mon Sep 17 00:00:00 2001 From: Florent Becart Date: Tue, 5 Dec 2023 22:09:25 +0200 Subject: [PATCH] Update to Rust edition 2021 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0d42ca05..caef2d12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "zinoma" version = "0.19.4" authors = ["Florent Bécart "] -edition = "2018" +edition = "2021" description = "Žinoma - Make your build flow incremental" license = "MIT"