Closed li1 closed 5 years ago
This fixes #8 .
Currently, tdiag won't build since it relies on the crates.io 0.1 release which still uses 0.9 dependencies. If you'd like me to, I can also bump the crate versions & connect dependency from 0.1.1-pre to e.g. 0.1.2-pre?
tdiag
connect
0.1.1-pre
0.1.2-pre
Great, TY! I'll do the version bump when I release (I'm using cargo release, which automates the version updates).
cargo release
This fixes #8 .
Currently,
tdiag
won't build since it relies on the crates.io 0.1 release which still uses 0.9 dependencies. If you'd like me to, I can also bump the crate versions &connect
dependency from0.1.1-pre
to e.g.0.1.2-pre
?