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"