You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
385 B
Markdown

### v0.2.0
- switched from oping to tokio-ping. This removes the dependency on liboping and
a bunch of custom build tooling.
- improved error handling
- added copyright headers
- update dependencies
- use async/await syntax and updated async ecosystem libraries where possible
### v0.1.0
Initial implementation. This works, but still has compiler warnings during
compilation.