From 21206664a2e591694c8960d73d9966bd4d8a2fdb Mon Sep 17 00:00:00 2001 From: dbaranovstonfi <136370214+dbaranovstonfi@users.noreply.github.com> Date: Thu, 29 Aug 2024 19:01:59 +0400 Subject: [PATCH] Upstream 0.17.6 (#88) * added c backtraces --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b5eb5c3..32fbd81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tonlib" -version = "0.17.5" +version = "0.17.6" edition = "2021" description = "Rust SDK for The Open Network" license = "MIT" @@ -15,6 +15,7 @@ include = [ default=[] state_cache = [] emulate_get_method = [] +with_c_backtrace = ["tonlib-sys/with_debug_info"] no_avx512 = ["tonlib-sys/no_avx512"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html