From 680fa5066d2dd9680551ee2a987b2b4d0738224b Mon Sep 17 00:00:00 2001 From: Gnome! Date: Tue, 2 Apr 2024 16:26:22 +0100 Subject: [PATCH] Use rust-version field of Cargo.toml (#72) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 12680b9..71c6c48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. """ license = "MIT" +rust-version = "1.56" readme = "README.md" keywords = ["string", "similarity", "Hamming", "Levenshtein", "Jaro"] homepage = "https://github.com/rapidfuzz/strsim-rs"