mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-09 10:50:40 +00:00
Remove scroll feature for docs.rs
This commit is contained in:
parent
13237e38ee
commit
b91c5d8179
@ -12,7 +12,7 @@ version = "0.1.1-alpha.0"
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
features = ["unstable_scroll", "scroll", "markdown"]
|
features = ["unstable_scroll", "markdown", "toml"]
|
||||||
|
|
||||||
[badges.travis-ci]
|
[badges.travis-ci]
|
||||||
repository = "gyscos/cursive"
|
repository = "gyscos/cursive"
|
||||||
|
@ -11,6 +11,9 @@ repository = "https://github.com/gyscos/cursive"
|
|||||||
version = "0.15.1-alpha.0"
|
version = "0.15.1-alpha.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
[package.metadata.docs.rs]
|
||||||
|
features = ["unstable_scroll", "markdown", "toml"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cursive_core = { path = "../cursive-core", version="0.1.1-alpha.0" }
|
cursive_core = { path = "../cursive-core", version="0.1.1-alpha.0" }
|
||||||
crossbeam-channel = "0.4.0"
|
crossbeam-channel = "0.4.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user