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
This commit is contained in:
parent
6d8b125940
commit
af00bd1198
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue