Ralith / hypermine

A hyperbolic voxel game
Apache License 2.0
160 stars 20 forks source link

Update hostname requirement from 0.3.0 to 0.4.0 #375

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Updates the requirements on hostname to permit the latest version.

Changelog

Sourced from hostname's changelog.

[0.4.0] - 2024-04-01

Added

  • CI setup now covers almost all supported Tier 1 and Tier 2 platform targets

Changed

  • Minimum Supported Rust version set to 1.67.0
  • Rust edition set to "2021"

Fixed

  • Handle edge cases for POSIX systems (#14)
  • docs.rs documentation build

[0.3.1] - 2020-02-28

Fixed

  • Enabling hostname::set doctests only if "set" feature is enabled (#10)

[0.3.0] - 2019-12-19

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

[0.2.0] - 2019-11-09

Added

  • MSRV policy, Rust 1.19 version is set as minimally supported
  • get function which returns the current hostname (replaces get_hostname function)
  • set function which allows to change the hostname

Changed

  • Windows implementation returns the DNS host name of local computer instead of the NetBIOS name
  • Windows implementation works with the Unicode now instead of ANSI encoding

Fixed

... (truncated)

Commits
  • 0e311b9 Release v0.4.0
  • e96d1fd Updating the repo to make it usable again
  • ecf28eb bump version-sync: 0.8 -> 0.9 (#17)
  • 4a178ed Handle posix hostname edge cases (#14)
  • 7e930e9 Upgrade rust edition and migrate dependices(cfg_if, windows_rs) (#18)
  • 8b2b83d Release v0.3.1
  • bc9b4bb Enabling hostname::set doctests only if "set" feature is enabled (closes #10)
  • See full diff in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)