mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-09 10:50:40 +00:00
Start development of 0.15.1-alpha.0
This commit is contained in:
parent
5309fac886
commit
d5205769f6
@ -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]
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user