Skip to content

Commit 58b0e92

Browse files
Revert "lock to 100" (#256)
* Revert "lock to 100" This reverts commit 24f95fa. * revert mentions of 93
1 parent 24f95fa commit 58b0e92

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker/Dockerfile.website.dev

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
1010
&& rm -rf /var/lib/apt/lists/*
1111

1212
RUN cargo install cargo-leptos --version 0.2.29
13-
RUN cargo install wasm-bindgen-cli --version 0.2.100
13+
RUN cargo install wasm-bindgen-cli --version 0.2.93
1414

1515
RUN cargo install trunk --version 0.17.5
1616

leptos-website/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ sqlx = { version = "0.6.2", features = [
4545
"sqlite",
4646
], optional = true }
4747
thiserror = "1.0.38"
48-
wasm-bindgen = "=0.2.100"
48+
wasm-bindgen = "=0.2.93"
4949
femark = { version = "=0.1.3", optional = true }
5050
axum-extra = { version = "0.7.4", optional = true, features = ["cookie"] }
5151
web-sys = { version = "0.3", optional = true, features = [

leptos-website/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cargo install --locked cargo-leptos
1414
```
1515
2. Install wasm-bindgen
1616
```bash
17-
cargo install [email protected].100 --locked
17+
cargo install [email protected].93 --locked
1818
```
1919

2020
2. Build the site in watch mode, recompiling on file changes

0 commit comments

Comments
 (0)