Releases: sunfishcode/eyra
Releases · sunfishcode/eyra
0.16.0
The big change in this release is it eliminates the need to add extern crate eyra;
to your code.
Just change your Cargo.toml line for Eyra to this:
std = { package = "eyra", version = "0.16.0" }
and the extern crate eyra;
can be removed!