From 7b466192fff7758c21e817b52b17beebfaf0afef Mon Sep 17 00:00:00 2001 From: Alexey Vavilin Date: Fri, 17 Nov 2023 12:28:17 +0300 Subject: [PATCH] Build android without features --- packages/lib-react-native/android/lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/lib-react-native/android/lib/Cargo.toml b/packages/lib-react-native/android/lib/Cargo.toml index 637fcf12..301fa76d 100644 --- a/packages/lib-react-native/android/lib/Cargo.toml +++ b/packages/lib-react-native/android/lib/Cargo.toml @@ -11,7 +11,7 @@ crate-type = [ 'cdylib' ] [dependencies] lazy_static = '1.4.0' jni = { default-features = false, version = '0.12.0' } -ton_client = { git = 'https://github.com/tonlabs/ever-sdk.git', tag = '1.45.0', default-features = false, features = [ 'std', 'rustls-tls-webpki-roots' ] } +ton_client = { git = 'https://github.com/tonlabs/ever-sdk.git', tag = '1.45.0' } [profile.release] lto = true