From 4ac17da8f660608b98727724d1943b0c028364cc Mon Sep 17 00:00:00 2001 From: Caleb Hattingh Date: Sun, 19 Nov 2023 01:14:37 +0100 Subject: [PATCH] Update edition to 2021 (#153) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f188514..b72b751 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "tantivy" version = "0.21.0" readme = "README.md" authors = ["Damir Jelić "] -edition = "2018" +edition = "2021" license = "MIT" [lib]