Open JaswanthP6878 opened 1 month ago
The latest tagged version is 0.12.0
, https://github.com/locka99/opcua/tags.
You can swap the version tag for a git reference to use main (the upcoming 0.13.0
):
[dependencies]
opcua = { git = "https://github.com/locka99/opcua.git", features = ["client"] }
Hello all,
I am not able to install 0.14.0 to use the async tokio functionality, The toml configuration is
and when i run using cargo run it is showing this error,
Could some one explain how to use the library with version 0.14.0?