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:
Owen Shepherd
2025-05-27 16:19:15 +01:00
committed by GitHub
parent b4d8dfc3b2
commit 909fdde2a4

View File

@ -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"