v0.3.17
I haven't done releases for the past two releases, so I'll try to summarize the changes since 0.3.14
here:
- Travis has been added to the build process, building both nightly, beta and stable
- Warnings have been fixed in stable builds
- Tests in
test-project
have been updated - The
ConfigWithTemp
struct is now publically exposed, so users can construct it themselves - The
tester
crate (an added dependency to supportstable
) has been updated to fix the issues we had withRunIgnored
Thanks to @dtolnay @phansch @RalfJung @SergioBenitez @messense @nabijaczleweli for their efforts.