fixing issues with syntax

This commit is contained in:
Nikolay Volf
2016-05-06 02:25:58 +04:00
parent aa6db4e69d
commit 2cb085db91
6 changed files with 47 additions and 48 deletions

View File

@@ -27,7 +27,7 @@ json-ipc-server = { git = "https://github.com/NikVolf/json-ipc-server.git" }
[build-dependencies]
serde_codegen = { version = "0.7.0", optional = true }
syntex = "0.32.0"
syntex = "^0.31.0"
[features]
default = ["serde_codegen"]