mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-12 20:23:35 +00:00
(cargo-release) version 0.2.0
This commit is contained in:
parent
1c69461efa
commit
ba1448299b
@ -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]
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user