From d8a58488bd56ef9c09e167173124c3519bc7405d Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Mon, 15 Jan 2018 09:30:24 -0800 Subject: Update libc crate to 0.2.36 Import subrepo libc/:libc at 16a0f4a3d6c836f88f50c58f5d0a74a32cbf0193 --- nitrocli/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nitrocli/Cargo.toml') diff --git a/nitrocli/Cargo.toml b/nitrocli/Cargo.toml index f9bb4d6..672e409 100644 --- a/nitrocli/Cargo.toml +++ b/nitrocli/Cargo.toml @@ -1,7 +1,7 @@ # Cargo.toml #/*************************************************************************** -# * Copyright (C) 2017 Daniel Mueller (deso@posteo.net) * +# * Copyright (C) 2017-2018 Daniel Mueller (deso@posteo.net) * # * * # * This program is free software: you can redistribute it and/or modify * # * it under the terms of the GNU General Public License as published by * @@ -43,7 +43,7 @@ version = "0.1.2" path = "../hidapi-sys" [dependencies.libc] -version = "0.2.30" +version = "0.2.36" path = "../libc" [dependencies.pkg-config] @@ -54,5 +54,5 @@ path = "../pkg-config" "gcc:0.3.54" = { path = "../gcc" } "hid:0.4.1" = { path = "../hid" } "hidapi-sys:0.1.2" = { path = "../hidapi-sys" } -"libc:0.2.30" = { path = "../libc" } +"libc:0.2.36" = { path = "../libc" } "pkg-config:0.3.9" = { path = "../pkg-config" } -- cgit v1.2.1