Skip to content

Release version 0.1.6

Compare
Choose a tag to compare
@daboross daboross released this 02 Jan 00:59
· 361 commits to main since this release

This update mainly just cleans stuff up and updates for the latest rustc (ea6f65c5f)

  • Update to using f.write_str(... instead of write!(f, "{}", ...) for simplicity
  • Update to use (closure)(...) instead of closure.call((...)) because directly calling works now
  • Remove #![feature()] attributes for unboxed_closures and old_orphan_check, as they are no longer required.