Remove scroll feature for docs.rs

This commit is contained in:
Alexandre Bury 2020-05-28 11:53:16 -07:00
parent 13237e38ee
commit b91c5d8179
2 changed files with 4 additions and 1 deletions

View File

@ -12,7 +12,7 @@ version = "0.1.1-alpha.0"
edition = "2018"
[package.metadata.docs.rs]
features = ["unstable_scroll", "scroll", "markdown"]
features = ["unstable_scroll", "markdown", "toml"]
[badges.travis-ci]
repository = "gyscos/cursive"

View File

@ -11,6 +11,9 @@ repository = "https://github.com/gyscos/cursive"
version = "0.15.1-alpha.0"
edition = "2018"
[package.metadata.docs.rs]
features = ["unstable_scroll", "markdown", "toml"]
[dependencies]
cursive_core = { path = "../cursive-core", version="0.1.1-alpha.0" }
crossbeam-channel = "0.4.0"