Skip to content

0.2.0

Compare
Choose a tag to compare
@oblique oblique released this 21 Apr 18:38
· 13 commits to master since this release

Added

  • Added NamedLock::with_path on UNIX (#2, #4)

Changed

  • NamedLock::create on UNIX respects TMPDIR environment variable (#1, #4)
  • NamedLock::create now rejects names that contain / or \ characters (#2, #4)
  • NamedLock::create on Windows explicitly creates a global mutex
  • Error::CreateFailed now has the source of the error
  • Upgrade all dependencies