Crust v0.22.1 Release Notes

    • โž• Add tests for checking the handling of connection to ourselves.
    • ๐ŸŒฒ Do not spam log Listener wouldblocks.
    • CI, README, Contributor Agreement and clippy clean up.
    • ๐Ÿ”จ rustfmt 0.8.0 refactor.
    • ๐Ÿ›  Fix timer overflow bug.
    • ๐Ÿ‘ Allow users to force include TCP acceptor port in connection info via new option in crust config file.
    • ๐ŸŒฒ Debug, Info, Warn and Error levels are reserved strictly for error logging. Trace to log logic flows, specific code-path hits etc.
    • ๐Ÿ›  Fix mio to 0.6.4 as 0.6.5 has deprecations and hence breaking changes for us (we treat deprecation warnings as errors currently).