Skip to content

Commit 909fdde

Browse files
authored
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.
1 parent b4d8dfc commit 909fdde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokenizers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ harness = false
4343

4444
[dependencies]
4545
rand = "0.8"
46-
onig = { version = "6.4", default-features = false, optional = true }
46+
onig = { version = "6.5.1", default-features = false, optional = true }
4747
regex = "1.10"
4848
regex-syntax = "0.8"
4949
rayon = "1.10"

0 commit comments

Comments
 (0)