Skip to content

Version 0.5.1

Compare
Choose a tag to compare
@tesaguri tesaguri released this 06 Oct 13:45
· 91 commits to master since this release
v0.5.1
399f952
  • Add js Cargo feature (#9, thanks @dbw9580!)

    • It makes wasm32-unknown-unknown builds with a JS environment to
      use Date.now for generating timestamps instead of
      std::time::SystemTime::now, which is unsupported on the platform.
  • Fix a compatibility lint warning

  • Update dependencies