Disable loom on Windows (#366)

This commit is contained in:
Sean McArthur
2020-01-23 10:10:15 -08:00
committed by GitHub
parent 3853a1fac4
commit 87b75cce16
+5 -1
View File
@@ -28,5 +28,9 @@ std = []
serde = { version = "1.0", optional = true }
[dev-dependencies]
loom = "0.2.10"
serde_test = "1.0"
# loom is currently not compiling on windows.
# See: https://github.com/Xudong-Huang/generator-rs/issues/19
[target.'cfg(not(windows))'.dev-dependencies]
loom = "0.2.13"