From 427d54f3415a302c1b55d7954443ceb85f1c8285 Mon Sep 17 00:00:00 2001 From: NikVolf Date: Thu, 30 Jun 2016 14:41:56 +0300 Subject: [PATCH] versions sorting --- ipc/tests/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipc/tests/Cargo.toml b/ipc/tests/Cargo.toml index f7a5ee9bd..d9c80145d 100644 --- a/ipc/tests/Cargo.toml +++ b/ipc/tests/Cargo.toml @@ -16,5 +16,5 @@ ethcore-ipc-nano = { path = "../nano" } ethcore-util = { path = "../../util" } [build-dependencies] -syntex = "*" +syntex = "0.33" ethcore-ipc-codegen = { path = "../codegen" }