Skip to content

0.3.0

Choose a tag to compare

@djc djc released this 28 Nov 15:56
· 36 commits to main since this release
v0.3.0

Added

  • Cargo feature set which enables the hostname::set function compilation (disabled by default)
  • Note that hostname::set will fail the compilation for Android API < 23

Changed

  • hostname::set is available only with Cargo set feature enabled
  • Fix compilation issue for FreeBSD, DragonFlyBSD and iOS targets (#9)
  • Deprecated function get_hostname was removed, use get instead