Skip to content

Commit

Permalink
update readme (#1615)
Browse files Browse the repository at this point in the history
* Fix wasm-bindgen version mismatch

* fixes #1613
  • Loading branch information
xTekC authored Nov 6, 2023
1 parent c18f911 commit ca556ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca556ea

Please sign in to comment.