From af00bd119832a37366f4a67a19f9556d68bd1d74 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Fri, 30 Dec 2016 21:56:29 -0500 Subject: [PATCH] bump rustc-cfg dependency to v0.3.0 the older no longer works with recent nightlies as target_family disappeared from `rustc --print cfg`'s output --- library/compiler-builtins/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/compiler-builtins/Cargo.toml b/library/compiler-builtins/Cargo.toml index 83405787a021..5fb89f462bc8 100644 --- a/library/compiler-builtins/Cargo.toml +++ b/library/compiler-builtins/Cargo.toml @@ -5,7 +5,7 @@ name = "compiler_builtins" version = "0.1.0" [build-dependencies] -rustc-cfg = "0.2.0" +rustc-cfg = "0.3.0" gcc = "0.3.36" [dev-dependencies]