bump core version

This commit is contained in:
Jonathan Kelley 2021-02-28 17:40:02 -05:00
parent 6fabd8ccc8
commit 505fcba7df

View file

@ -9,7 +9,7 @@ edition = "2018"
[dependencies]
# web-view = { git = "https://github.com/Boscop/web-view" }
web-view = "0.7.3"
dioxus-core = { path = "../core" }
dioxus-core = { path = "../core", version = "0.1.2" }
anyhow = "1.0.38"
argh = "0.1.4"
serde = "1.0.120"