Skip to content

Commit

Permalink
tmp: try openssl-3.2 for x86
Browse files Browse the repository at this point in the history
  • Loading branch information
rasendubi committed Sep 4, 2024
1 parent 96102d0 commit 3d6e859
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ reqwest = { version = "*", features = ["native-tls-vendored"] }
#
# [1]: https://github.com/openssl/openssl/pull/22221
openssl-src = "~300.2"

[target.'cfg(all(target_os = "linux", target_arch = "x86"))'.dependencies]
openssl-src = "~300.2"

0 comments on commit 3d6e859

Please sign in to comment.