mirror of
https://github.com/leptos-rs/leptos
synced 2025-02-03 07:23:26 +00:00
Remove hash.txt from tracking, update dependencies in tests
This commit is contained in:
parent
aa6cd08387
commit
7f2237b91e
3 changed files with 2558 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -14,3 +14,4 @@ blob.rs
|
|||
|
||||
.vscode
|
||||
vendor
|
||||
hash.txt
|
||||
|
|
|
@ -10,7 +10,7 @@ crate-type = ["cdylib", "rlib"]
|
|||
actix-files = { version = "0.6.6", optional = true }
|
||||
actix-web = { version = "4.8", optional = true, features = ["macros"] }
|
||||
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_actix = { path = "../../integrations/actix", optional = true }
|
||||
leptos_router = { path = "../../router" }
|
||||
|
@ -21,7 +21,7 @@ tokio = { version = "1.39", features = ["time", "rt"], optional = true }
|
|||
|
||||
[features]
|
||||
hydrate = [
|
||||
"dep:js-sys",
|
||||
|
||||
"leptos/hydrate",
|
||||
]
|
||||
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
Loading…
Reference in a new issue