Update cargo-leptos to 0.2.26
Some checks failed
Push Workflows / docker-build (push) Failing after 7m25s

This commit is contained in:
Ethan Girouard 2025-02-02 15:35:12 -05:00
parent ac5af8d194
commit 21c8da6eaa
Signed by: eta357
GPG Key ID: 7BCDC36DFD11C146

View File

@ -18,7 +18,7 @@ ENV PATH="/root/.cargo/bin:${PATH}"
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.26
# Install ImageMagick
RUN cd / && \