diff --git a/atomic_hooks/Cargo.toml b/atomic_hooks/Cargo.toml index fdbc59d..505634f 100644 --- a/atomic_hooks/Cargo.toml +++ b/atomic_hooks/Cargo.toml @@ -12,4 +12,6 @@ anymap = "0.12.1" illicit = "1.1.0" typemap = "0.3.3" atomic_hooks_macros = { path = "./macro" } -topo = "=0.13.0" + +topo = { version = "0.13.1", features = ["wasm-bindgen"] } +# topo = { path = "../../moxie/topo" }