Merge pull request #168 from BakerNet/leptos-0.7

Use `version = "0.7-beta"` instead of `git`
This commit is contained in:
Marc-Stefan Cassola 2024-09-02 12:27:35 +01:00 committed by GitHub
commit c0ed73ded7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,9 +26,9 @@ http1 = { version = "1", optional = true, package = "http" }
http0_2 = { version = "0.2", optional = true, package = "http" } http0_2 = { version = "0.2", optional = true, package = "http" }
js-sys = "0.3" js-sys = "0.3"
lazy_static = "1" lazy_static = "1"
leptos = { git = "https://github.com/leptos-rs/leptos" } leptos = { version = "0.7.0-beta" }
leptos_axum = { optional = true, git = "https://github.com/leptos-rs/leptos" } leptos_axum = { optional = true, version = "0.7.0-beta" }
leptos_actix = { optional = true, git = "https://github.com/leptos-rs/leptos" } leptos_actix = { optional = true, version = "0.7.0-beta" }
leptos-spin = { version = "0.2", optional = true } leptos-spin = { version = "0.2", optional = true }
num = { version = "0.4", optional = true } num = { version = "0.4", optional = true }
paste = "1" paste = "1"
@ -47,7 +47,7 @@ codee = { version = "0.2", features = [
"prost", "prost",
] } ] }
getrandom = { version = "0.2", features = ["js"] } getrandom = { version = "0.2", features = ["js"] }
leptos_meta = { git = "https://github.com/leptos-rs/leptos" } leptos_meta = { version = "0.7.0-beta" }
rand = "0.8" rand = "0.8"
serde = { version = "1", features = ["derive"] } serde = { version = "1", features = ["derive"] }
unic-langid = { version = "0.9", features = ["macros"] } unic-langid = { version = "0.9", features = ["macros"] }