Skip to content

Commit

Permalink
fix: Hotfix to bump openssl past undefined behaviour
Browse files Browse the repository at this point in the history
This is meant to be reverted after opcua has been released and bumped in version '0.13.0'.
  • Loading branch information
AiyionPrime committed Jul 30, 2024
1 parent 21b601b commit cc5fae6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ categories = ["command-line-utilities"]

[dependencies]
opcua = { version = "0.12.0", features = ["client", "console-logging"] }
# Explicitly pinning openssl >= 0.10.66 is required, as long as opcua is not 0.13.0, yet.
openssl = { version = "0.10.66" }
std_msgs = { version = "4.2.4" }
sensor_msgs = { version = "4.2.4" }
builtin_interfaces = { version = "1.2.1" }
Expand Down

0 comments on commit cc5fae6

Please sign in to comment.