From d3148ac9c920ea4219bea01839eec157eb0b044b Mon Sep 17 00:00:00 2001 From: Greg Johnston Date: Thu, 23 Oct 2025 12:50:48 -0400 Subject: [PATCH] leptos_actix-v0.8.6 (#4396) * leptos_actix-v0.8.6 * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- Cargo.lock | 2 +- integrations/actix/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 11aa1d3d9..3012a3774 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1937,7 +1937,7 @@ dependencies = [ [[package]] name = "leptos_actix" -version = "0.8.5" +version = "0.8.6" dependencies = [ "actix-files", "actix-http", diff --git a/integrations/actix/Cargo.toml b/integrations/actix/Cargo.toml index 314f0e6e8..bb6b2908c 100644 --- a/integrations/actix/Cargo.toml +++ b/integrations/actix/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Greg Johnston"] license = "MIT" repository = "https://github.com/leptos-rs/leptos" description = "Actix integrations for the Leptos web framework." -version = "0.8.5" +version = "0.8.6" rust-version.workspace = true edition.workspace = true