mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-22 08:15:49 +00:00
Upgrade onig, to get it compiling with GCC 15 (#1771)
Distributions are starting to ship with GCC 15, which won't build `onig`. We can upgrade `onig` to an unreleased version, which fixes the issue.
This commit is contained in:
@ -43,7 +43,7 @@ harness = false
|
||||
|
||||
[dependencies]
|
||||
rand = "0.8"
|
||||
onig = { version = "6.4", default-features = false, optional = true }
|
||||
onig = { version = "6.5.1", default-features = false, optional = true }
|
||||
regex = "1.10"
|
||||
regex-syntax = "0.8"
|
||||
rayon = "1.10"
|
||||
|
Reference in New Issue
Block a user