From 44b8914fb3d1159811ac6d34b6d2cff59416e469 Mon Sep 17 00:00:00 2001 From: Christopher Biscardi Date: Fri, 30 Aug 2024 22:44:34 -0700 Subject: [PATCH] cargo-leptos updates --- .github/workflows/release.yml | 2 +- crates/www/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6b15879..65512f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: # default: empty # shared-key: "" - name: "Install cargo-leptos" - run: curl --proto '=https' --tlsv1.2 -LsSf https://leptos-rs.artifacts.axodotdev.host/cargo-leptos/v0.2.12/cargo-leptos-installer.sh | sh + run: curl --proto '=https' --tlsv1.2 -LsSf https://leptos-rs.artifacts.axodotdev.host/cargo-leptos/v0.2.17/cargo-leptos-installer.sh | sh - run: cargo leptos test --project www - run: cargo leptos build --release --project www env: diff --git a/crates/www/Cargo.toml b/crates/www/Cargo.toml index 9dc709f..f56d5d3 100644 --- a/crates/www/Cargo.toml +++ b/crates/www/Cargo.toml @@ -22,7 +22,7 @@ leptos-use = { git = "https://github.com/Synphonyte/leptos-use.git", branch = "l tokio = { version = "1", features = ["rt-multi-thread"], optional = true } tower = { version = "0.4", optional = true } tower-http = { version = "0.5", features = ["fs"], optional = true } -wasm-bindgen = "=0.2.92" +wasm-bindgen = "=0.2.93" thiserror = "1" tracing = { version = "0.1", optional = true } http = "1"