From 8eee42c6ddf91eb414e720d05b8058ef4c27cc52 Mon Sep 17 00:00:00 2001 From: yaroslav k Date: Tue, 4 Aug 2026 06:40:38 +0300 Subject: [PATCH] bump leptos to 0.8.20 - leptos 0.8.2 -> 0.8.20, meta/router/actix to latest 0.8.x - reactive_stores 0.2.5 -> 0.4.3 (matches reactive_graph used by leptos 0.8.20) - wasm-bindgen =0.2.101 -> =0.2.126, js-sys =0.3.78 -> =0.3.103 Fixes the build with the current nightly (tachys 0.2.18 no longer needs the re-gated min_adt_const_params feature). --- Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3bbb4e2..980f08a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,11 +11,11 @@ actix-files = { version = "0.6", optional = true } actix-web = { version = "4", optional = true, features = ["macros"] } console_error_panic_hook = "0.1" http = { version = "1.3.1", optional = true } -leptos = { version = "0.8.2", features = ["nightly"] } -leptos_meta = { version = "0.8.2" } -leptos_actix = { version = "0.8.2", optional = true } -leptos_router = { version = "0.8.2", features = ["nightly"] } -wasm-bindgen = "=0.2.101" +leptos = { version = "0.8.20", features = ["nightly"] } +leptos_meta = { version = "0.8.6" } +leptos_actix = { version = "0.8.7", optional = true } +leptos_router = { version = "0.8.15", features = ["nightly"] } +wasm-bindgen = "=0.2.126" anyhow = "1.0.99" thiserror = "2.0.16" itertools = "0.14.0" @@ -25,14 +25,14 @@ lazy_static = "1.5.0" leptos-use = "0.16.2" log = "0.4.28" nucleo-matcher = "0.3.1" -reactive_stores = "0.2.5" +reactive_stores = "0.4.3" serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.143" chrono = { version = "0.4.42", features = ["serde"] } console_log = "1.0.0" num-traits = "0.2.19" num-format = "0.4.4" -js-sys = "=0.3.78" +js-sys = "=0.3.103" seq-macro = "0.3.6"