From d60282293ff32bd1485be25207dfe8ef8cf4ae55 Mon Sep 17 00:00:00 2001 From: Kornel Date: Sat, 10 Aug 2019 16:09:41 +0100 Subject: Onig is so broken --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b3537bb..640f413 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,6 +37,8 @@ cargo_author = { path = "cargo_author" } lazyonce = { path = "lazyonce" } rmp = { git = "https://github.com/3Hren/msgpack-rust", rev = "b93ea78dcb1c0326a3195790cbbad9dda16e7027" } rmp-serde = { git = "https://github.com/3Hren/msgpack-rust", rev = "b93ea78dcb1c0326a3195790cbbad9dda16e7027" } +onig = { git = "https://github.com/kornelski/rust-onig", branch = "bindgen" } +onig_sys = { git = "https://github.com/kornelski/rust-onig", branch = "bindgen" } [patch.'https://gitlab.com/crates.rs/crate_git_checkout.git'] crate_git_checkout = { path = "crate_git_checkout" } -- cgit v1.2.3