(cargo-release) start next development iteration 0.2.2-alpha.0

This commit is contained in:
Alexandre Bury 2021-01-19 09:48:18 -08:00
parent 1a00cd8f8c
commit 848ab341e9
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -15,7 +15,7 @@ edition = "2018"
features = ["unstable_scroll", "markdown", "toml"]
[dependencies]
cursive_core = { path = "../cursive-core", version= "^0.2.1-alpha.0"}
cursive_core = { path = "../cursive-core", version= "^0.2.2-alpha.0"}
crossbeam-channel = "0.5"
cfg-if = "1"
wasmer_enumset = "1"