Skip to content

Commit

Permalink
Update MSRV to 1.66 because of unicode-width dep.
Browse files Browse the repository at this point in the history
The `unicode-width` crate needs 1.66 because of using the
`wrapping_add_signed` function.
  • Loading branch information
waywardmonkeys committed Sep 26, 2024
1 parent 4a13611 commit 9e82262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords = ["text", "formatting", "wrap", "typesetting", "hyphenation"]
categories = ["text-processing", "command-line-interface"]
license = "MIT"
edition = "2021"
rust-version = "1.62"
rust-version = "1.66"
exclude = [".github/", ".gitignore", "benchmarks/", "examples/", "fuzz/", "images/"]

[[example]]
Expand Down

0 comments on commit 9e82262

Please sign in to comment.