summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKornel Lesiński <kornel@geekhood.net>2018-07-25 17:32:34 +0100
committerKornel Lesiński <kornel@geekhood.net>2018-07-27 00:27:58 +0100
commit0b452e8e98a6cc8e831b6b8d0a00519f56c4f7d5 (patch)
tree9586f81bb5edccd552880beb2124451c1522e72b
parentf88a650ef45ac15ad9f876ce02d50b95091df898 (diff)
Patch crashy dependency
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 34f916c..dce1f56 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,6 +28,7 @@ opt-level = 1
cargo_toml = { path = "cargo_toml" }
cargo_author = { path = "cargo_author" }
lazyonce = { path = "lazyonce" }
+onig_sys = { git = "https://github.com/kornelski/rust-onig.git", default-features = false }
[patch.'https://gitlab.com/crates.rs/categories.git']
categories = { path = "categories" }