From 59d3cce3be897341dd032fa5a47d4d99b6f5ef05 Mon Sep 17 00:00:00 2001 From: benwis Date: Thu, 29 Feb 2024 13:38:09 -0800 Subject: [PATCH] 0.6.7 --- Cargo.toml | 2 +- meta/Cargo.toml | 2 +- router/Cargo.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 043d37adc2..398e27b3ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ members = [ exclude = ["benchmarks", "examples"] [workspace.package] -version = "0.6.6" +version = "0.6.7" rust-version = "1.75" [workspace.dependencies] diff --git a/meta/Cargo.toml b/meta/Cargo.toml index 616f60ec76..0a81ed43ed 100644 --- a/meta/Cargo.toml +++ b/meta/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leptos_meta" -version = "0.6.6" +version = "0.6.7" edition = "2021" authors = ["Greg Johnston"] license = "MIT" diff --git a/router/Cargo.toml b/router/Cargo.toml index 18aa771fdc..ac4025c2db 100644 --- a/router/Cargo.toml +++ b/router/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "leptos_router" -version = "0.6.6" +version = "0.6.7" edition = "2021" -authors = ["Greg Johnston"] +authors = ["Greg Johnston", "Ben Wishovich"] license = "MIT" readme = "../README.md" repository = "https://github.com/leptos-rs/leptos"