Skip to content

Commit 826839f

Browse files
author
Jorge Aparicio
committed
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
1 parent 501d93f commit 826839f

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)