Skip to content

Commit 53937d2

Browse files
Fix docs.rs onig_sys build error:
oniguruma/src/st.c:500:23: error: too many arguments to function 'func'; expected 0, have 3
1 parent d8ea483 commit 53937d2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Cargo.lock

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+5
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,8 @@ harness = false
141141
name = "cratesfyi"
142142
test = false
143143
doc = false
144+
145+
[patch.crates-io.onig_sys]
146+
# Once new version (> 69.8.1) is released, we can remove this patch.
147+
git = "https://github.com/rust-onig/rust-onig"
148+
rev = "c4378abcbf30d58cf5f230c0d2e6375f2be05a47"

0 commit comments

Comments
 (0)