We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 175a3a6 commit 6e4b0edCopy full SHA for 6e4b0ed
atomic_hooks/Cargo.toml
@@ -12,4 +12,7 @@ anymap = "0.12.1"
12
illicit = "1.1.0"
13
typemap = "0.3.3"
14
atomic_hooks_macros = { path = "./macro" }
15
-topo = "=0.13.0"
+
16
+# topo = "=0.13.0"
17
+# topo = { path = "../../moxie/topo" }
18
+topo = { git = "https://github.com/MartinKavik/moxie", package = "topo", branch = "simple-mutex" }
0 commit comments