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
Next Next commit
fixed topo
  • Loading branch information
MartinKavik committed Dec 20, 2020
commit fa9132df07a0d823a78288a2927fa50fd77e316b
5 changes: 4 additions & 1 deletion atomic_hooks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ anymap = "0.12.1"
illicit = "1.1.0"
typemap = "0.3.3"
atomic_hooks_macros = { path = "./macro" }
topo = "=0.13.0"

# topo = "=0.13.0"
# topo = { path = "../../moxie/topo" }
topo = { git = "https://github.com/MartinKavik/moxie", package = "topo", branch = "simple-mutex" }