Updates
This commit is contained in:
parent
b97969a86e
commit
0ae7df466b
2 changed files with 259 additions and 238 deletions
485
Cargo.lock
generated
485
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
12
Cargo.toml
12
Cargo.toml
|
@ -9,11 +9,11 @@ crate-type = ["cdylib", "rlib"]
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
leptos = { version = "0.5.1", features = ["nightly"] }
|
leptos = { version = "0.5", features = ["nightly"] }
|
||||||
leptos_actix = { version = "0.5.1", optional = true }
|
leptos_actix = { version = "0.5", optional = true }
|
||||||
leptos_meta = { version = "0.5.1", features = ["nightly"] }
|
leptos_meta = { version = "0.5", features = ["nightly"] }
|
||||||
leptos_router = { version = "0.5.1", features = ["nightly"] }
|
leptos_router = { version = "0.5", features = ["nightly"] }
|
||||||
gloo-net = { version = "0.4.0", features = ["http"] }
|
gloo-net = { version = "0.4", features = ["http"] }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
cfg-if = "1.0"
|
cfg-if = "1.0"
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ console_error_panic_hook = { version = "0.1", optional = true }
|
||||||
actix-files = { version = "0.6", optional = true }
|
actix-files = { version = "0.6", optional = true }
|
||||||
actix-web = { version = "4", features = ["macros"], optional = true }
|
actix-web = { version = "4", features = ["macros"], optional = true }
|
||||||
futures = { version = "0.3", optional = true }
|
futures = { version = "0.3", optional = true }
|
||||||
simple_logger = { version = "4.0", optional = true }
|
simple_logger = { version = "4.2", optional = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["csr"]
|
default = ["csr"]
|
||||||
|
|
Loading…
Reference in a new issue