Use dep: for crate dependencies
This commit is contained in:
parent
88fa119c77
commit
247ad3385c
11 changed files with 38 additions and 29 deletions
|
@ -15,5 +15,9 @@ smallvec = "1.8.1"
|
|||
[features]
|
||||
# tidy-alphabetical-start
|
||||
default = ["nightly"]
|
||||
nightly = ["rustc_serialize", "rustc_macros", "rustc_index_macros/nightly"]
|
||||
nightly = [
|
||||
"dep:rustc_serialize",
|
||||
"dep:rustc_macros",
|
||||
"rustc_index_macros/nightly",
|
||||
]
|
||||
# tidy-alphabetical-end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue