Browse Source

bump core version

Jonathan Kelley 4 years ago
parent
commit
505fcba7df
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/webview/Cargo.toml

+ 1 - 1
packages/webview/Cargo.toml

@@ -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"