From 865f97c78da540d8ae3d71b776355155e357d67c Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 24 Jan 2024 09:30:11 +0100 Subject: [PATCH] upgrade the rust edition --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 22a2afc..984e4d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "diffutils" version = "0.3.0" -edition = "2018" +edition = "2021" description = "A CLI app for generating diff files" license = "MIT OR Apache-2.0" repository = "https://github.com/uutils/diffutils" [lib] -name = "diffutils" +name = "diffutilslib" path = "src/lib.rs" [[bin]]