Move to mpsc, drop crossbeam. Simplify

This commit is contained in:
Marcin Mielniczuk
2020-01-16 18:34:08 +01:00
parent 3c132d6909
commit 716acf77d1
3 changed files with 70 additions and 62 deletions

View File

@@ -21,7 +21,6 @@ log = "0.4"
filetime = "0.2.7"
lazy_static = "1.4.0"
num = { version = "0.2.0", default-features = false }
crossbeam = "0.7.3"
wig = { path = "wig", version = "0.9.2" }
[target.'cfg(unix)'.dependencies]