Make it not depend on nightly conditionally
This commit is contained in:
parent
1f5895b3e3
commit
80f240a539
@ -4,4 +4,10 @@ version = "0.0.0"
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rustc_type_ir = { path = "../rustc_type_ir" }
|
rustc_type_ir = { path = "../rustc_type_ir", default-features = false }
|
||||||
|
|
||||||
|
[features]
|
||||||
|
default = ["nightly"]
|
||||||
|
nightly = [
|
||||||
|
"rustc_type_ir/nightly",
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user