Start development of 0.15.1-alpha.0

This commit is contained in:
Alexandre Bury 2020-05-26 12:09:00 -07:00
parent 5309fac886
commit d5205769f6
3 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ license = "MIT"
name = "cursive_core"
readme = "Readme.md"
repository = "https://github.com/gyscos/cursive"
version = "0.1.0"
version = "0.1.1-alpha.0"
edition = "2018"
[package.metadata.docs.rs]

View File

@ -8,11 +8,11 @@ license = "MIT"
name = "cursive"
readme = "../Readme.md"
repository = "https://github.com/gyscos/cursive"
version = "0.15.0"
version = "0.15.1-alpha.0"
edition = "2018"
[dependencies]
cursive_core = { path = "../cursive-core", version="0.1" }
cursive_core = { path = "../cursive-core", version="0.1.1-alpha.0" }
crossbeam-channel = "0.4.0"
cfg-if = "0.1.9"
enumset = "1.0.0"

View File

@ -8,7 +8,7 @@ name = "cursive-examples"
publish = false
readme = "Readme.md"
repository = "https://github.com/gyscos/cursive"
version = "0.1.0"
version = "0.1.1-alpha.0"
[dependencies]
atty = "0.2.14"