Use dep: for crate dependencies
This commit is contained in:
parent
88fa119c77
commit
247ad3385c
11 changed files with 38 additions and 29 deletions
|
@ -14,8 +14,8 @@ rustc_span = { path = "../rustc_span", optional = true }
|
|||
[features]
|
||||
default = ["nightly"]
|
||||
nightly = [
|
||||
"rustc_serialize",
|
||||
"rustc_data_structures",
|
||||
"rustc_macros",
|
||||
"rustc_span",
|
||||
"dep:rustc_serialize",
|
||||
"dep:rustc_data_structures",
|
||||
"dep:rustc_macros",
|
||||
"dep:rustc_span",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue