From 057949071a50e267bc0680166ac1c71b8f35fac7 Mon Sep 17 00:00:00 2001 From: AtomXY Date: Fri, 22 Oct 2021 13:51:18 +0300 Subject: [PATCH] Update dependencies list --- Cargo.toml | 55 +++++++++++++++++++----------------------------------- 1 file changed, 19 insertions(+), 36 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d6e9ea6..9b4ced4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,43 +1,26 @@ -# -# Copyright 2018-2020 TON DEV SOLUTIONS LTD. -# -# Licensed under the SOFTWARE EVALUATION License (the "License"); you may not use -# this file except in compliance with the License. You may obtain a copy of the -# License at: -# -# https://www.ton.dev/licenses -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific TON DEV software governing permissions and limitations -# under the License. -# [package] -edition = "2018" -build = "build.rs" -name = "ton_block" -version = "1.7.27" -[target.'cfg(target_arch = "wasm32")'.dependencies] -clear_on_drop = { version = "0.2", features = ["no_cc"] } - -[dependencies] -ton_types = { git = "https://github.com/tonlabs/ton-labs-types.git" } +edition = '2018' +build = 'build.rs' +name = 'ton_block' +version = '1.7.27' -# External -base64 = "0.10.1" -crc = "^1.8.1" -ed25519 = "1.0.1" -ed25519-dalek = "1.0.0-pre.4" -failure = "0.1.7" -hex = "^0.4.0" -log = "0.4.8" -num = "^0.2" -num-traits = "^0.2.8" -rand = "0.7.2" -sha2 = "0.8.0" +[target.'cfg(target_arch = "wasm32")'.dependencies] +clear_on_drop = { version = '0.2', features = [ 'no_cc' ] } +[dependencies] +ton_types = { git = 'https://github.com/tonlabs/ton-labs-types.git', tag = '1.10.10' } +base64 = '0.10.1' +crc = '^1.8.1' +ed25519 = '1.0.1' +ed25519-dalek = '1.0.0-pre.4' +failure = '0.1.7' +hex = '^0.4.0' +log = '0.4.8' +num = '^0.2' +num-traits = '^0.2.8' +rand = '0.7.2' +sha2 = '0.8.0'