Skip to content

0.16.0

Latest
Compare
Choose a tag to compare
@sunfishcode sunfishcode released this 02 Oct 16:41
· 60 commits to main since this release

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!