Skip to content

Commit

Permalink
Build android without features
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyVavilin committed Nov 17, 2023
1 parent b2129ab commit 7b46619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib-react-native/android/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7b46619

Please sign in to comment.