From 9db60383562c28a2005d64f1df178c1056371c85 Mon Sep 17 00:00:00 2001 From: Alexey Vavilin Date: Fri, 5 Jun 2020 13:43:48 +0300 Subject: [PATCH] Lock core dependency with tag --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d0aca9e..90d6ece 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ futures = "0.1.26" crc16 = "0.4.0" error-chain = { version = "^0.12", default-features = false } -ton_client = { git = "https://github.com/tonlabs/TON-SDK.git" } +ton_client = { git = "https://github.com/tonlabs/TON-SDK.git", tag = "0" } [dev-dependencies] lazy_static = "1.4.0"