Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update depends based on feedback
  • Loading branch information
johan-smits authored Sep 4, 2021
commit 1eebfd99390a059e97d70a71dadcb4c3f6e91096
10 changes: 5 additions & 5 deletions atomic_hooks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ description = "Atomic Reative State and Local State Hooks"
license = "Apache-2.0 OR MIT"

[dependencies]
slotmap = "^1.0.6"
anymap = "^0.12.1"
illicit = "^1.1.2"
typemap = "^0.3.3"
slotmap = "1.0.6"
anymap = "0.12.1"
illicit = "1.1.2"
typemap = "0.3.3"
atomic_hooks_macros = { path = "./macro" }

topo = { version = "^0.13.2", features = ["wasm-bindgen"] }
topo = { version = "0.13.2", features = ["wasm-bindgen"] }
# topo = { path = "../../moxie/topo" }