From 9091de47826b82ce357c77090f35e3faaf22091a Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Fri, 1 Nov 2019 07:45:35 -0700 Subject: Update cc crate to 1.0.48 This change updates the cc crate to version 1.0.48. Import subrepo cc/:cc at be9f2c1ae05b336aa3d07a4cbefdc1d88a3d8a91 --- cc/cc-test/Cargo.toml | 1 + cc/cc-test/build.rs | 2 -- cc/cc-test/tests/all.rs | 2 -- 3 files changed, 1 insertion(+), 4 deletions(-) (limited to 'cc/cc-test') diff --git a/cc/cc-test/Cargo.toml b/cc/cc-test/Cargo.toml index e83416a..c25854c 100644 --- a/cc/cc-test/Cargo.toml +++ b/cc/cc-test/Cargo.toml @@ -2,6 +2,7 @@ name = "cc-test" version = "0.1.0" authors = ["Alex Crichton "] +edition = "2018" [lib] name = "cc_test" diff --git a/cc/cc-test/build.rs b/cc/cc-test/build.rs index 677161e..3065861 100644 --- a/cc/cc-test/build.rs +++ b/cc/cc-test/build.rs @@ -1,5 +1,3 @@ -extern crate cc; - use std::env; use std::fs; use std::path::PathBuf; diff --git a/cc/cc-test/tests/all.rs b/cc/cc-test/tests/all.rs index 59cb8e4..a457c72 100644 --- a/cc/cc-test/tests/all.rs +++ b/cc/cc-test/tests/all.rs @@ -1,5 +1,3 @@ -extern crate cc_test; - use cc_test::*; #[link(name = "OptLinkage", kind = "static")] -- cgit v1.2.1