Skip to content

Commit 680fa50

Browse files
authored
Use rust-version field of Cargo.toml (#72)
1 parent d84fd91 commit 680fa50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Implementations of string similarity metrics. Includes Hamming, Levenshtein,
77
OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.
88
"""
99
license = "MIT"
10+
rust-version = "1.56"
1011
readme = "README.md"
1112
keywords = ["string", "similarity", "Hamming", "Levenshtein", "Jaro"]
1213
homepage = "https://github.com/rapidfuzz/strsim-rs"

0 commit comments

Comments
 (0)