Skip to content

Commit

Permalink
Merge pull request #433 from YuukiToriyama/feature/disable-default-fe…
Browse files Browse the repository at this point in the history
…atures-of-regex/master

regexのフィーチャフラグ無効化をrelease/v0.1.16にマージ
  • Loading branch information
YuukiToriyama authored Sep 25, 2024
2 parents c0b1d5e + 087d1b2 commit 09bf76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ eliminate-whitespaces = []
[dependencies]
itertools = "0.13.0"
rapidfuzz = "0.5.0"
regex = "1.10.2"
regex = { version = "1.10.6", default-features = false, features = ["std", "unicode-perl"] }
serde.workspace = true
reqwest = { version = "0.12.5", default-features = false, features = ["json", "rustls-tls"] }
js-sys = "0.3.67"
Expand Down

0 comments on commit 09bf76a

Please sign in to comment.