locka99 / opcua

A client and server implementation of the OPC UA specification written in Rust
Mozilla Public License 2.0
506 stars 136 forks source link

upgrade dependency tokio to version 0.2: #68

Closed nkbai closed 4 years ago

nkbai commented 4 years ago
  1. remove dependency tokio-compact
  2. upgrade tokio to 0.2
  3. upgrade futures to 0.3]

cargo test and there is no error.

my environment is : rust stable 1.47 and mac 10.15

nkbai commented 4 years ago

please review that Is this code equivalent to the Master Branch?

locka99 commented 4 years ago

Many thanks for this huge change! I'll take it into the branch but I will do a review prior to a final merge