Browse Source

bump core version

Jonathan Kelley 4 years ago
parent
commit
6fabd8ccc8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/web/Cargo.toml

+ 1 - 1
packages/web/Cargo.toml

@@ -8,7 +8,7 @@ license = "MIT/Apache-2.0"
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-dioxus-core = { path = "../core", version = "0.1.0" }
+dioxus-core = { path = "../core", version = "0.1.2" }
 js-sys = "0.3"
 wasm-bindgen = "0.2.69"
 # wasm-bindgen = "0.2.70"