mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-02-16 21:58:25 +00:00
bump core version
This commit is contained in:
parent
4997976261
commit
6fabd8ccc8
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue