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" name = "cursive_core"
readme = "Readme.md" readme = "Readme.md"
repository = "https://github.com/gyscos/cursive" repository = "https://github.com/gyscos/cursive"
version = "0.1.0" version = "0.1.1-alpha.0"
edition = "2018" edition = "2018"
[package.metadata.docs.rs] [package.metadata.docs.rs]

View File

@ -8,11 +8,11 @@ license = "MIT"
name = "cursive" name = "cursive"
readme = "../Readme.md" readme = "../Readme.md"
repository = "https://github.com/gyscos/cursive" repository = "https://github.com/gyscos/cursive"
version = "0.15.0" version = "0.15.1-alpha.0"
edition = "2018" edition = "2018"
[dependencies] [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" crossbeam-channel = "0.4.0"
cfg-if = "0.1.9" cfg-if = "0.1.9"
enumset = "1.0.0" enumset = "1.0.0"

View File

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