Skip to content

Commit

Permalink
fixup! fix: adapt hydration to not require &mut
Browse files Browse the repository at this point in the history
  • Loading branch information
huitseeker committed Sep 18, 2023
1 parent 6bd99ef commit aafda56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ ansi_term = "0.12.1"
tracing = { workspace = true }
tracing-texray = { workspace = true }
tracing-subscriber = { workspace = true, features = ["env-filter"] }
elsa = { version = "1.9.0", path="../elsa", features = ["indexmap"] }
elsa = { version = "1.9.0", git="https://github.com/lurk-lab/elsa", branch = "sync_index_map", features = ["indexmap"] }
arc-swap = "1.6.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
Expand Down

0 comments on commit aafda56

Please sign in to comment.