mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-24 05:03:06 +00:00
Merge pull request #140 from DogeDark/fix-wasm-bindgen
This commit is contained in:
commit
fa7c297953
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ license = "MIT/Apache-2.0"
|
|||
# cli core
|
||||
clap = { version = "3.0.14", features = ["derive"] }
|
||||
thiserror = "1.0.30"
|
||||
wasm-bindgen-cli-support = "0.2.83"
|
||||
wasm-bindgen-cli-support = "0.2"
|
||||
colored = "2.0.0"
|
||||
|
||||
# features
|
||||
|
|
Loading…
Reference in a new issue