From 9537cafe25e9abdac0a6bfc4434c1d3cb1162c27 Mon Sep 17 00:00:00 2001 From: Greg Johnston Date: Mon, 2 Jan 2023 16:49:45 -0500 Subject: [PATCH] Add version for publishing --- meta/Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta/Cargo.toml b/meta/Cargo.toml index 477dd4123..c1c347262 100644 --- a/meta/Cargo.toml +++ b/meta/Cargo.toml @@ -9,7 +9,7 @@ description = "Tools to set HTML metadata in the Leptos web framework." [dependencies] cfg-if = "1" -leptos = { path = "../leptos", default-features = false } +leptos = { path = "../leptos", version = "0.1.0-beta", default-features = false } typed-builder = "0.11" [dependencies.web-sys] @@ -25,5 +25,3 @@ stable = ["leptos/stable"] [package.metadata.cargo-all-features] denylist = ["stable"] - -