mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 07:34:35 -05:00
Remove hash.txt from tracking, update dependencies in tests
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -14,3 +14,4 @@ blob.rs
|
|||||||
|
|
||||||
.vscode
|
.vscode
|
||||||
vendor
|
vendor
|
||||||
|
hash.txt
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ crate-type = ["cdylib", "rlib"]
|
|||||||
actix-files = { version = "0.6.6", optional = true }
|
actix-files = { version = "0.6.6", optional = true }
|
||||||
actix-web = { version = "4.8", optional = true, features = ["macros"] }
|
actix-web = { version = "4.8", optional = true, features = ["macros"] }
|
||||||
console_error_panic_hook = "0.1.7"
|
console_error_panic_hook = "0.1.7"
|
||||||
js-sys = { version = "0.3.70", optional = true }
|
js-sys = { version = "0.3.72" }
|
||||||
leptos = { path = "../../leptos" }
|
leptos = { path = "../../leptos" }
|
||||||
leptos_actix = { path = "../../integrations/actix", optional = true }
|
leptos_actix = { path = "../../integrations/actix", optional = true }
|
||||||
leptos_router = { path = "../../router" }
|
leptos_router = { path = "../../router" }
|
||||||
@@ -21,7 +21,7 @@ tokio = { version = "1.39", features = ["time", "rt"], optional = true }
|
|||||||
|
|
||||||
[features]
|
[features]
|
||||||
hydrate = [
|
hydrate = [
|
||||||
"dep:js-sys",
|
|
||||||
"leptos/hydrate",
|
"leptos/hydrate",
|
||||||
]
|
]
|
||||||
ssr = [
|
ssr = [
|
||||||
|
|||||||
2555
server_fn/Cargo.lock
generated
Normal file
2555
server_fn/Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user