Skip to content

Commit 2d64b2d

Browse files
committed
Auto merge of rust-lang#130 - japaric:rustc-cfg-up, r=alexcrichton
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
2 parents 501d93f + 826839f commit 2d64b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "compiler_builtins"
55
version = "0.1.0"
66

77
[build-dependencies]
8-
rustc-cfg = "0.2.0"
8+
rustc-cfg = "0.3.0"
99
gcc = "0.3.36"
1010

1111
[dev-dependencies]

0 commit comments

Comments
 (0)