From 7a4163606b732f4a5b14fddfe0673a7fe90b4e6d Mon Sep 17 00:00:00 2001 From: GnomedDev Date: Mon, 1 Apr 2024 23:47:33 +0100 Subject: [PATCH] Bump edition to 2021 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b3e6f18..2255a38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ description = """ Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. """ -edition = "2018" +edition = "2021" license = "MIT" readme = "README.md" keywords = ["string", "similarity", "Hamming", "Levenshtein", "Jaro"]