From 3a3d0f0369335fad8b607265e1ab5c3e7767e5d6 Mon Sep 17 00:00:00 2001 From: Christopher Biscardi Date: Sat, 31 Aug 2024 15:05:27 -0700 Subject: [PATCH] 0.2.20 --- .github/workflows/release.yml | 2 +- crates/www/Cargo.toml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1215ff5..769313e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,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.17/cargo-leptos-installer.sh | sh + run: curl --proto '=https' --tlsv1.2 -LsSf https://leptos-rs.artifacts.axodotdev.host/cargo-leptos/v0.2.20/cargo-leptos-installer.sh | sh - name: "install wasm-bindgen" run: cargo install -f wasm-bindgen-cli --version 0.2.93 - run: cargo leptos test --project www diff --git a/crates/www/Cargo.toml b/crates/www/Cargo.toml index bfa57b7..750c147 100644 --- a/crates/www/Cargo.toml +++ b/crates/www/Cargo.toml @@ -46,9 +46,6 @@ ssr = [ "dep:tracing", ] -[patch] - - [package.metadata.leptos] # The name used by wasm-bindgen/cargo-leptos for the JS/WASM bundle. Defaults to the crate name output-name = "www"