Skip to content

Releases: sunfishcode/eyra

0.16.0

02 Oct 16:41
Compare
Choose a tag to compare

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!