From ab3c2a935b1ba655de2f3fec35da2c14b69966dc Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Sat, 16 Sep 2017 08:37:31 -0700 Subject: Update gcc crate to 0.3.54 Import subrepo gcc/:gcc at dc329205d54b53a45ab66368aed265b68fe7f261 --- nitrocli/Cargo.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'nitrocli/Cargo.lock') diff --git a/nitrocli/Cargo.lock b/nitrocli/Cargo.lock index 3215ad8..c452d8b 100644 --- a/nitrocli/Cargo.lock +++ b/nitrocli/Cargo.lock @@ -2,7 +2,7 @@ name = "nitrocli" version = "0.1.1" dependencies = [ - "gcc 0.3.48", + "gcc 0.3.54", "hid 0.4.0", "hidapi-sys 0.1.2", "libc 0.2.23", @@ -11,13 +11,13 @@ dependencies = [ [[package]] name = "gcc" -version = "0.3.48" +version = "0.3.54" [[package]] name = "gcc" -version = "0.3.48" +version = "0.3.54" source = "registry+https://github.com/rust-lang/crates.io-index" -replace = "gcc 0.3.48" +replace = "gcc 0.3.54" [[package]] name = "hid" @@ -31,7 +31,7 @@ dependencies = [ name = "hidapi-sys" version = "0.1.2" dependencies = [ - "gcc 0.3.48 (registry+https://github.com/rust-lang/crates.io-index)", + "gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -63,7 +63,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" replace = "pkg-config 0.3.9" [metadata] -"checksum gcc 0.3.48 (registry+https://github.com/rust-lang/crates.io-index)" = "3971b255a1e7396f6ef6a3130db691c5d44b3d71346756dc7b258baa29d5fd45" +"checksum gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)" = "5e33ec290da0d127825013597dbdfc28bee4964690c7ce1166cbc2a7bd08b1bb" "checksum hidapi-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "63829a2802510a8a4e3a52e1fa2fb969b8cd0826da65e04d79bd095eae21e050" "checksum libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)" = "e7eb6b826bfc1fdea7935d46556250d1799b7fe2d9f7951071f4291710665e3e" "checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903" -- cgit v1.2.1