Skip to content

Releases: dobaksz/rsntp

4.0.0

31 Jan 22:06
Compare
Choose a tag to compare
  • Correct typo in SynchronizationError (might break compilation)
  • Helper function to check for Kiss-o'-death
  • SntpDateTime is now convertible to SystemTime

3.0.2

19 Mar 23:36
Compare
Choose a tag to compare
  • Added Default trait implementation for Config struct
  • Documentation corrections

3.0.1

01 May 20:50
Compare
Choose a tag to compare
  • Minor documentation corrections

3.0.0

22 Feb 23:03
Compare
Choose a tag to compare
  • Core code made idependent of chrono crate, chrono feature is added to disable support for that crate
  • Added support for returning results in time crate format

2.1.0

27 Oct 11:00
Compare
Choose a tag to compare

New configuration API, which allows to set instance config without making it mutable

Full Changelog: v2.0.0...v2.1.0