v0.8.0
- Breaking: bump MSRV to 1.65
- Remove
threadpool
dependency, getting rid of memory leaks observed when running under valgrind (thanks @Felix-El) in #46 - Switch from
termcolor
toanstream
to get rid of duplicate dependencies (thanks @hanna-kruppe) in #44 - Bump dev-dependency
fastrand
to2
(thanks @alexanderkjall) in #47 - Fix outdated docs