Upgrade to wasm-bindgen 0.2.99

This commit is contained in:
2024-12-23 20:32:29 -05:00
parent a63b5d4e29
commit a9c1ed7048
5 changed files with 173 additions and 341 deletions

View File

@ -4,7 +4,7 @@ WORKDIR /app
RUN rustup default nightly
RUN rustup target add wasm32-unknown-unknown
RUN cargo install cargo-leptos@0.2.22
RUN cargo install cargo-leptos@0.2.24
# Install a few dependencies
RUN set -eux; \