浏览代码

update readme (#1615)

* Fix wasm-bindgen version mismatch

* fixes #1613
xTeKc 1 年之前
父节点
当前提交
ca556ea9cb
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      Cargo.toml
  2. 1 1
      packages/cli/README.md

+ 1 - 1
Cargo.toml

@@ -88,7 +88,7 @@ slab = "0.4.2"
 futures-channel = "0.3.21"
 futures-util = { version = "0.3", default-features = false }
 rustc-hash = "1.1.0"
-wasm-bindgen = "0.2.87"
+wasm-bindgen = "0.2.88"
 html_parser = "0.7.0"
 thiserror = "1.0.40"
 prettyplease = { package = "prettier-please", version = "0.2", features = [

+ 1 - 1
packages/cli/README.md

@@ -11,7 +11,7 @@ It handles building, bundling, development and publishing to simplify developmen
 ### Install the stable version (recommended)
 
 ```
-cargo install dioxus-cli --locked
+cargo install dioxus-cli
 ```
 
 ### Install the latest development build through git