Skip to content

Commit

Permalink
build: Use 0.12.1 of the voraus fork of opcua (#48)
Browse files Browse the repository at this point in the history
mainly because the increased client polling rate is needed.

Closes: [RR-811]
  • Loading branch information
philipp-caspers authored Oct 1, 2024
1 parent 03e4f69 commit 10c5a7f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
23 changes: 14 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories = ["command-line-utilities"]


[dependencies]
opcua = { version = "0.12.0", features = ["client", "console-logging"] }
opcua = { git = "https://github.com/vorausrobotik/opcua", rev="0.12.1", 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" }
Expand All @@ -34,7 +34,7 @@ rclrs = { version = "0.4.1" }
std_msgs = { version = "4.2.4" }
sensor_msgs = { version = "4.2.4" }
builtin_interfaces = { version = "1.2.1" }
opcua = { version = "0.12.0", features = ["server", "console-logging"] }
opcua = { git = "https://github.com/vorausrobotik/opcua", rev="0.12.1", features = ["server", "console-logging"] }
socket2 = "0.5.7"
tokio = "1.38.0"

Expand Down

0 comments on commit 10c5a7f

Please sign in to comment.