From 56031103a4a0bb8a08c1a0d680e02de0e5f1bfe0 Mon Sep 17 00:00:00 2001 From: Praveen Perera Date: Mon, 21 Oct 2024 15:08:48 -0500 Subject: [PATCH] Use latest rustywind_core in vite --- rustywind-vite/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rustywind-vite/Cargo.toml b/rustywind-vite/Cargo.toml index 6c24dd6..16da69e 100644 --- a/rustywind-vite/Cargo.toml +++ b/rustywind-vite/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustywind_vite" -version = "0.1.4" +version = "0.2.0" description = "Additional functionality for rustywind_core specific to Vite" documentation = "https://docs.rs/rustywind_vite" authors.workspace = true @@ -10,7 +10,7 @@ homepage.workspace = true repository.workspace = true [dependencies] -rustywind_core = { version = "0.1.3" } +rustywind_core = { version = "0.2.0" } # tls rustls = { version = "0.23", features = ["ring"], default-features = false }