From 38c662c2e10afd0ead46905c29618eb3762cfdc5 Mon Sep 17 00:00:00 2001 From: Phodal Huang Date: Thu, 10 Sep 2020 07:24:39 +0800 Subject: [PATCH] build: update onig_sys version --- scie-scanner/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/scie-scanner/Cargo.toml b/scie-scanner/Cargo.toml index b0ffd7b..757b75a 100644 --- a/scie-scanner/Cargo.toml +++ b/scie-scanner/Cargo.toml @@ -7,6 +7,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +onig_sys = "69.5.1" # regex library onig = "6" # unicode support for chart splice -- GitLab