mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-23 17:35:00 +00:00
Attempt to fix appveyor build
This commit is contained in:
parent
b7764541e5
commit
f9a58e7936
@ -15,5 +15,8 @@ atty = "0.2.14"
|
|||||||
log = "0.4.8"
|
log = "0.4.8"
|
||||||
pretty-bytes = "0.2.2"
|
pretty-bytes = "0.2.2"
|
||||||
rand = "0.7.3"
|
rand = "0.7.3"
|
||||||
cursive = { path = "../cursive" }
|
cursive = { path = "../cursive", default-features=false }
|
||||||
|
|
||||||
|
[features]
|
||||||
|
default = ["cursive/default"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user