mirror of
https://github.com/leptos-rs/leptos
synced 2025-02-02 23:13:25 +00:00
v0.7.0
This commit is contained in:
parent
be740b38ee
commit
d665dd4b89
14 changed files with 59 additions and 59 deletions
Cargo.lockCargo.toml
any_error
any_spawner
hydration_context
leptos_macro
meta
next_tuple
reactive_graph
reactive_stores
reactive_stores_macro
router
router_macro
tachys
50
Cargo.lock
generated
50
Cargo.lock
generated
|
@ -273,7 +273,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "any_spawner"
|
||||
version = "0.2.0-rc3"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"async-executor",
|
||||
"futures",
|
||||
|
@ -1448,7 +1448,7 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
|||
|
||||
[[package]]
|
||||
name = "hydration_context"
|
||||
version = "0.2.0-rc3"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"futures",
|
||||
"js-sys",
|
||||
|
@ -1765,7 +1765,7 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|||
|
||||
[[package]]
|
||||
name = "leptos"
|
||||
version = "0.7.0-rc3"
|
||||
version = "0.7.0"
|
||||
dependencies = [
|
||||
"any_spawner",
|
||||
"base64",
|
||||
|
@ -1815,7 +1815,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "leptos_actix"
|
||||
version = "0.7.0-rc3"
|
||||
version = "0.7.0"
|
||||
dependencies = [
|
||||
"actix-files",
|
||||
"actix-http",
|
||||
|
@ -1840,7 +1840,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "leptos_axum"
|
||||
version = "0.7.0-rc3"
|
||||
version = "0.7.0"
|
||||
dependencies = [
|
||||
"any_spawner",
|
||||
"axum",
|
||||
|
@ -1863,7 +1863,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "leptos_config"
|
||||
version = "0.7.0-rc3"
|
||||
version = "0.7.0"
|
||||
dependencies = [
|
||||
"config",
|
||||
"regex",
|
||||
|
@ -1877,7 +1877,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "leptos_dom"
|
||||
version = "0.7.0-rc3"
|
||||
version = "0.7.0"
|
||||
dependencies = [
|
||||
"js-sys",
|
||||
"leptos",
|
||||
|
@ -1894,7 +1894,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "leptos_hot_reload"
|
||||
version = "0.7.0-rc3"
|
||||
version = "0.7.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"camino",
|
||||
|
@ -1910,7 +1910,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "leptos_integration_utils"
|
||||
version = "0.7.0-rc3"
|
||||
version = "0.7.0"
|
||||
dependencies = [
|
||||
"futures",
|
||||
"hydration_context",
|
||||
|
@ -1923,7 +1923,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "leptos_macro"
|
||||
version = "0.7.0-rc3"
|
||||
version = "0.7.0"
|
||||
dependencies = [
|
||||
"attribute-derive",
|
||||
"cfg-if",
|
||||
|
@ -1941,7 +1941,7 @@ dependencies = [
|
|||
"rstml",
|
||||
"serde",
|
||||
"server_fn",
|
||||
"server_fn_macro 0.7.0-rc3",
|
||||
"server_fn_macro 0.7.0",
|
||||
"syn 2.0.89",
|
||||
"tracing",
|
||||
"trybuild",
|
||||
|
@ -1951,7 +1951,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "leptos_meta"
|
||||
version = "0.7.0-rc3"
|
||||
version = "0.7.0"
|
||||
dependencies = [
|
||||
"futures",
|
||||
"indexmap",
|
||||
|
@ -1966,7 +1966,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "leptos_router"
|
||||
version = "0.7.0-rc3"
|
||||
version = "0.7.0"
|
||||
dependencies = [
|
||||
"any_spawner",
|
||||
"either_of",
|
||||
|
@ -1990,7 +1990,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "leptos_router_macro"
|
||||
version = "0.7.0-rc3"
|
||||
version = "0.7.0"
|
||||
dependencies = [
|
||||
"leptos_router",
|
||||
"proc-macro-error2",
|
||||
|
@ -2000,7 +2000,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "leptos_server"
|
||||
version = "0.7.0-rc3"
|
||||
version = "0.7.0"
|
||||
dependencies = [
|
||||
"any_spawner",
|
||||
"base64",
|
||||
|
@ -2239,7 +2239,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "next_tuple"
|
||||
version = "0.1.0-rc3"
|
||||
version = "0.1.0"
|
||||
|
||||
[[package]]
|
||||
name = "nom"
|
||||
|
@ -2726,7 +2726,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "reactive_graph"
|
||||
version = "0.1.0-rc3"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"any_spawner",
|
||||
"async-lock",
|
||||
|
@ -2748,7 +2748,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "reactive_stores"
|
||||
version = "0.1.0-rc3"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"any_spawner",
|
||||
"guardian",
|
||||
|
@ -2764,7 +2764,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "reactive_stores_macro"
|
||||
version = "0.1.0-rc3"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"convert_case 0.6.0",
|
||||
"proc-macro-error2",
|
||||
|
@ -3262,7 +3262,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "server_fn"
|
||||
version = "0.7.0-rc3"
|
||||
version = "0.7.0"
|
||||
dependencies = [
|
||||
"actix-web",
|
||||
"axum",
|
||||
|
@ -3318,7 +3318,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "server_fn_macro"
|
||||
version = "0.7.0-rc3"
|
||||
version = "0.7.0"
|
||||
dependencies = [
|
||||
"const_format",
|
||||
"convert_case 0.6.0",
|
||||
|
@ -3330,9 +3330,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "server_fn_macro_default"
|
||||
version = "0.7.0-rc3"
|
||||
version = "0.7.0"
|
||||
dependencies = [
|
||||
"server_fn_macro 0.7.0-rc3",
|
||||
"server_fn_macro 0.7.0",
|
||||
"syn 2.0.89",
|
||||
]
|
||||
|
||||
|
@ -3533,7 +3533,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tachys"
|
||||
version = "0.1.0-rc3"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"any_spawner",
|
||||
"const_str_slice_concat",
|
||||
|
@ -3658,7 +3658,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "throw_error"
|
||||
version = "0.2.0-rc3"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"pin-project-lite",
|
||||
]
|
||||
|
|
44
Cargo.toml
44
Cargo.toml
|
@ -40,36 +40,36 @@ members = [
|
|||
exclude = ["benchmarks", "examples", "projects"]
|
||||
|
||||
[workspace.package]
|
||||
version = "0.7.0-rc3"
|
||||
version = "0.7.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.76"
|
||||
|
||||
[workspace.dependencies]
|
||||
throw_error = { path = "./any_error/", version = "0.2.0-rc3" }
|
||||
any_spawner = { path = "./any_spawner/", version = "0.2.0-rc3" }
|
||||
throw_error = { path = "./any_error/", version = "0.2.0" }
|
||||
any_spawner = { path = "./any_spawner/", version = "0.2.0" }
|
||||
const_str_slice_concat = { path = "./const_str_slice_concat", version = "0.1.0" }
|
||||
either_of = { path = "./either_of/", version = "0.1.0" }
|
||||
hydration_context = { path = "./hydration_context", version = "0.2.0-rc3" }
|
||||
leptos = { path = "./leptos", version = "0.7.0-rc3" }
|
||||
leptos_config = { path = "./leptos_config", version = "0.7.0-rc3" }
|
||||
leptos_dom = { path = "./leptos_dom", version = "0.7.0-rc3" }
|
||||
leptos_hot_reload = { path = "./leptos_hot_reload", version = "0.7.0-rc3" }
|
||||
leptos_integration_utils = { path = "./integrations/utils", version = "0.7.0-rc3" }
|
||||
leptos_macro = { path = "./leptos_macro", version = "0.7.0-rc3" }
|
||||
leptos_router = { path = "./router", version = "0.7.0-rc3" }
|
||||
leptos_router_macro = { path = "./router_macro", version = "0.7.0-rc3" }
|
||||
leptos_server = { path = "./leptos_server", version = "0.7.0-rc3" }
|
||||
leptos_meta = { path = "./meta", version = "0.7.0-rc3" }
|
||||
next_tuple = { path = "./next_tuple", version = "0.1.0-rc3" }
|
||||
hydration_context = { path = "./hydration_context", version = "0.2.0" }
|
||||
leptos = { path = "./leptos", version = "0.7.0" }
|
||||
leptos_config = { path = "./leptos_config", version = "0.7.0" }
|
||||
leptos_dom = { path = "./leptos_dom", version = "0.7.0" }
|
||||
leptos_hot_reload = { path = "./leptos_hot_reload", version = "0.7.0" }
|
||||
leptos_integration_utils = { path = "./integrations/utils", version = "0.7.0" }
|
||||
leptos_macro = { path = "./leptos_macro", version = "0.7.0" }
|
||||
leptos_router = { path = "./router", version = "0.7.0" }
|
||||
leptos_router_macro = { path = "./router_macro", version = "0.7.0" }
|
||||
leptos_server = { path = "./leptos_server", version = "0.7.0" }
|
||||
leptos_meta = { path = "./meta", version = "0.7.0" }
|
||||
next_tuple = { path = "./next_tuple", version = "0.1.0" }
|
||||
oco_ref = { path = "./oco", version = "0.2.0" }
|
||||
or_poisoned = { path = "./or_poisoned", version = "0.1.0" }
|
||||
reactive_graph = { path = "./reactive_graph", version = "0.1.0-rc3" }
|
||||
reactive_stores = { path = "./reactive_stores", version = "0.1.0-rc3" }
|
||||
reactive_stores_macro = { path = "./reactive_stores_macro", version = "0.1.0-rc3" }
|
||||
server_fn = { path = "./server_fn", version = "0.7.0-rc3" }
|
||||
server_fn_macro = { path = "./server_fn_macro", version = "0.7.0-rc3" }
|
||||
server_fn_macro_default = { path = "./server_fn/server_fn_macro_default", version = "0.7.0-rc3" }
|
||||
tachys = { path = "./tachys", version = "0.1.0-rc3" }
|
||||
reactive_graph = { path = "./reactive_graph", version = "0.1.0" }
|
||||
reactive_stores = { path = "./reactive_stores", version = "0.1.0" }
|
||||
reactive_stores_macro = { path = "./reactive_stores_macro", version = "0.1.0" }
|
||||
server_fn = { path = "./server_fn", version = "0.7.0" }
|
||||
server_fn_macro = { path = "./server_fn_macro", version = "0.7.0" }
|
||||
server_fn_macro_default = { path = "./server_fn/server_fn_macro_default", version = "0.7.0" }
|
||||
tachys = { path = "./tachys", version = "0.1.0" }
|
||||
|
||||
[profile.release]
|
||||
codegen-units = 1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "throw_error"
|
||||
version = "0.2.0-rc3"
|
||||
version = "0.2.0"
|
||||
authors = ["Greg Johnston"]
|
||||
license = "MIT"
|
||||
readme = "../README.md"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "any_spawner"
|
||||
version = "0.2.0-rc3"
|
||||
version = "0.2.0"
|
||||
authors = ["Greg Johnston"]
|
||||
license = "MIT"
|
||||
readme = "../README.md"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "hydration_context"
|
||||
version = "0.2.0-rc3"
|
||||
version = "0.2.0"
|
||||
authors = ["Greg Johnston"]
|
||||
license = "MIT"
|
||||
readme = "../README.md"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "leptos_macro"
|
||||
version = "0.7.0-rc3"
|
||||
version = "0.7.0"
|
||||
authors = ["Greg Johnston"]
|
||||
license = "MIT"
|
||||
repository = "https://github.com/leptos-rs/leptos"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "leptos_meta"
|
||||
version = "0.7.0-rc3"
|
||||
version = "0.7.0"
|
||||
authors = ["Greg Johnston"]
|
||||
license = "MIT"
|
||||
repository = "https://github.com/leptos-rs/leptos"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "next_tuple"
|
||||
version = "0.1.0-rc3"
|
||||
version = "0.1.0"
|
||||
authors = ["Greg Johnston"]
|
||||
license = "MIT"
|
||||
readme = "../README.md"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "reactive_graph"
|
||||
version = "0.1.0-rc3"
|
||||
version = "0.1.0"
|
||||
authors = ["Greg Johnston"]
|
||||
license = "MIT"
|
||||
readme = "../README.md"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "reactive_stores"
|
||||
version = "0.1.0-rc3"
|
||||
version = "0.1.0"
|
||||
authors = ["Greg Johnston"]
|
||||
license = "MIT"
|
||||
readme = "../README.md"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "reactive_stores_macro"
|
||||
version = "0.1.0-rc3"
|
||||
version = "0.1.0"
|
||||
authors = ["Greg Johnston"]
|
||||
license = "MIT"
|
||||
readme = "../README.md"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "leptos_router"
|
||||
version = "0.7.0-rc3"
|
||||
version = "0.7.0"
|
||||
authors = ["Greg Johnston", "Ben Wishovich"]
|
||||
license = "MIT"
|
||||
readme = "../README.md"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "leptos_router_macro"
|
||||
version = "0.7.0-rc3"
|
||||
version = "0.7.0"
|
||||
authors = ["Greg Johnston", "Ben Wishovich"]
|
||||
license = "MIT"
|
||||
readme = "../README.md"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "tachys"
|
||||
version = "0.1.0-rc3"
|
||||
version = "0.1.0"
|
||||
authors = ["Greg Johnston"]
|
||||
license = "MIT"
|
||||
readme = "../README.md"
|
||||
|
|
Loading…
Reference in a new issue