Skip to content

Commit

Permalink
Remove hash.txt from tracking, update dependencies in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
benwis committed Nov 16, 2024
1 parent aa6cd08 commit 7f2237b
Show file tree
Hide file tree
Showing 3 changed files with 2,558 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ blob.rs

.vscode
vendor
hash.txt
4 changes: 2 additions & 2 deletions examples/suspense_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand All @@ -21,7 +21,7 @@ tokio = { version = "1.39", features = ["time", "rt"], optional = true }

[features]
hydrate = [
"dep:js-sys",

"leptos/hydrate",
]
ssr = [
Expand Down
Loading

0 comments on commit 7f2237b

Please sign in to comment.