Skip to content

Commit

Permalink
Restrict regex crate version for maintaining MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
mominul committed Dec 21, 2023
1 parent 998a668 commit e2cbb5c
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 @@ -19,7 +19,7 @@ codegen-units = 1
ahash = { version = "0.8", features = ["serde"] }
emojicon = "0.3"
serde_json = "1.0"
regex = "1.9.6" # For maintaining MSRV
regex = "~1.9" # For maintaining MSRV
stringplus = "0.1"
edit-distance = "2.1"
okkhor = "0.5"
Expand Down

0 comments on commit e2cbb5c

Please sign in to comment.