Skip to content

Commit 56c7046

Browse files
committed
chore: try to fix s3 feature bindgen issue in armv7.
1 parent dd2c506 commit 56c7046

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hftbacktest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ hftbacktest-derive = { path = "../hftbacktest-derive", optional = true, version
4646
aws-config = { version = "1.8.6", optional = true, features = ["behavior-version-latest"] }
4747
aws-sdk-s3 = { version = "1.106.0", optional = true }
4848

49-
[target.'cfg(all(target_arch = "arm", target_feature = "v7"))'.dependencies]
49+
[target.'cfg(target_arch = "arm")'.dependencies]
5050
aws-lc-rs = { version = "1", features = ["bindgen"] }
5151

5252
[dev-dependencies]

py-hftbacktest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ pyo3 = { version = "0.25", features = ["extension-module"] }
1616
hftbacktest = { path = "../hftbacktest", default-features = false, features = ["backtest", "s3"] }
1717
hftbacktest-derive = { path = "../hftbacktest-derive" }
1818

19-
[target.'cfg(all(target_arch = "arm", target_feature = "v7"))'.dependencies]
19+
[target.'cfg(target_arch = "arm")'.dependencies]
2020
hftbacktest = { path = "../hftbacktest", default-features = false, features = ["backtest"] }

0 commit comments

Comments
 (0)