From 1ca61133820225b077eae7ded216ce6109978e6a Mon Sep 17 00:00:00 2001 From: benwis Date: Thu, 29 Feb 2024 13:30:20 -0800 Subject: [PATCH] 0.2.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 36324099..35b18209 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ repository = "https://github.com/leptos-rs/cargo-leptos" description = "Build tool for Leptos." categories = ["development-tools", "wasm", "web-programming"] keywords = ["leptos"] -version = "0.2.7" +version = "0.2.8" edition = "2021" rust-version = "1.71" authors = ["Henrik Akesson", "Greg Johnston", "Ben Wishovich"]