Skip to content

Commit

Permalink
Added no_avx512 feature flag (#53)
Browse files Browse the repository at this point in the history
added no_avx512 feature flag
  • Loading branch information
dbaranovstonfi authored May 8, 2024
1 parent 622e8c6 commit 49f4a6c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tonlib"
version = "0.14.3"
version = "0.14.4"
edition = "2021"
description = "Rust SDK for The Open Network"
license = "MIT"
Expand All @@ -14,6 +14,7 @@ include = [
[features]
default = []
state_cache = []
no_avx512 = ["tonlib-sys/no_avx512"]


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down Expand Up @@ -45,7 +46,8 @@ reqwest = "0.11"
thiserror = "1"
tokio = { version = "1", features = ["rt","macros"] }
tokio-retry = "0.3"
tonlib-sys = "=2024.3.5"
tonlib-sys = "=2024.3.6"


[dev-dependencies]
anyhow = "1"
Expand Down

0 comments on commit 49f4a6c

Please sign in to comment.