summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2023-07-26 15:06:21 -0700
committerWilfred Hughes <me@wilfred.me.uk>2023-07-26 15:06:21 -0700
commit65b235be289a7ed528a8f4cfb26465c15271b252 (patch)
tree45855d87275e6d13a9bfb66e83701e3af9f180b6
parent070dc3b4a50f082ab46137f81d93296e9f17fe38 (diff)
Move to edition 2021
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2092005f5..b094c17d4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ version = "0.49.0"
authors = ["Wilfred Hughes <me@wilfred.me.uk>"]
keywords = ["diff", "syntax"]
categories = ["development-tools", "command-line-utilities", "parser-implementations"]
-edition = "2018"
+edition = "2021"
rust-version = "1.58.0"
include = [
"/build.rs",