You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not able to install 0.14.0 to use the async tokio functionality, The toml configuration is
[package]
name = "opc-project"version = "0.1.0"edition = "2021"
[dependencies]
opcua = { version = "0.14", features = ["client"] }
tokio = { version = "1", features = ["full"] }
and when i run using cargo run it is showing this error,
cargo run ─╯
Updating crates.io index
error: failed to selecta version for the requirement `opcua = "^0.14"`
candidate versions found which didn't match: 0.12.0, 0.11.0, 0.10.0location searched: crates.io indexrequired by package `opc-project v0.1.0 (/Users/jaswanthpinnepu/Desktop/projects/opc-project)`perhaps a crate was updated and forgotten to be re-vendored?
Could some one explain how to use the library with version 0.14.0?
The text was updated successfully, but these errors were encountered:
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):
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?
The text was updated successfully, but these errors were encountered: