(cargo-release) version 0.2.0

This commit is contained in:
Alexandre Bury 2021-01-18 11:34:11 -08:00
parent 1c69461efa
commit ba1448299b
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.1.1"
version = "0.2.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.1.1-alpha.0" }
cursive_core = { path = "../cursive-core", version= "^0.2.0"}
crossbeam-channel = "0.5"
cfg-if = "1"
wasmer_enumset = "1"