Update skeptic

This commit is contained in:
Alexandre Bury 2017-09-25 15:43:08 -07:00
parent d815afdf78
commit da5121d265
2 changed files with 3 additions and 8 deletions

View File

@ -15,9 +15,8 @@ version = "0.6.5-pre"
[badges.travis-ci]
repository = "gyscos/Cursive"
[build-dependencies.skeptic]
optional = true
version = "0.10"
[build-dependencies]
skeptic = "0.13"
[dependencies]
log = "0.3"
@ -56,7 +55,7 @@ version = "1.4.0"
[dev-dependencies]
rand = "0.3"
skeptic = "0.10"
skeptic = "0.13"
[features]
default = ["ncurses-backend"]

View File

@ -1,4 +1,3 @@
#[cfg(feature = "skeptic")]
fn main() {
extern crate skeptic;
@ -7,6 +6,3 @@ fn main() {
"doc/tutorial_2.md",
"doc/tutorial_3.md" ]);
}
#[cfg(not(feature = "skeptic"))]
fn main() {}