mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
Add version for publishing
This commit is contained in:
parent
95dd252c14
commit
9537cafe25
1 changed files with 1 additions and 3 deletions
|
@ -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"]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue