|
Slight hack to prevent a rebuild in the install phase
|
|
|
|
--
|
|
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -19,6 +19,7 @@
|
|
bytecount = "0.6.2"
|
|
num_cpus = "1.13.0"
|
|
threadpool = "1.8.1"
|
|
+syn = {version = "1.0.48", features = ["full"]}
|
|
|
|
[dev-dependencies]
|
|
pretty_assertions = "0.6.1"
|