Skip to content

Commit

Permalink
Use rust-version field of Cargo.toml (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
GnomedDev authored Apr 2, 2024
1 parent d84fd91 commit 680fa50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 680fa50

Please sign in to comment.