From 18e46150e5b2a98b538dd2b9875737715b2e7869 Mon Sep 17 00:00:00 2001 From: est31 Date: Wed, 24 Apr 2019 14:59:56 +0200 Subject: [PATCH] New Cargo includes this See https://github.com/rust-lang/cargo/pull/6548 --- Cargo.lock | 2 ++ sys/Cargo.lock | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 0e5a724..f038052 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,3 +1,5 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. [[package]] name = "aho-corasick" version = "0.6.8" diff --git a/sys/Cargo.lock b/sys/Cargo.lock index 89f11d7..9945ef4 100644 --- a/sys/Cargo.lock +++ b/sys/Cargo.lock @@ -1,3 +1,5 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. [[package]] name = "aho-corasick" version = "0.6.8" @@ -93,7 +95,7 @@ dependencies = [ [[package]] name = "deepspeech-sys" -version = "0.2.0" +version = "0.5.0" dependencies = [ "bindgen 0.40.0 (registry+https://github.com/rust-lang/crates.io-index)", ]