BVE-Reborn / rend3

MAINTENCE MODE ---- Easy to use, customizable, efficient 3D renderer library built on wgpu.
https://rend3.rs
Apache License 2.0
1.06k stars 60 forks source link

Update web-time requirement from 0.2 to 1.0 #565

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 8 months ago

Updates the requirements on web-time to permit the latest version.

Release notes

Sourced from web-time's releases.

V1 Release

Added

  • V1 release.
Changelog

Sourced from web-time's changelog.

[1.0.0] - 2023-01-14

Added

  • V1 release.

[0.2.4] - 2023-12-24

Added

  • Added web module containing a platform-specific extension trait to SystemTime, allowing conversion from and to std::time::SystemTime.

Changed

  • Improve performance of SystemTime by using Duration internally.

[0.2.3] - 2023-10-23

Changed

  • Improve accuracy of Instant::now().

[0.2.2] - 2023-10-08

Fixed

  • Time conversion for Instant.

[0.2.1] - 2023-10-07 [YANKED]

Changed

  • Bump MSRV to v1.60.

Removed

  • Unnecessary once_cell dependency.

[0.2.0] - 2023-03-28

Added

[0.1.0] - 2023-03-27

Added

  • Initial commit.

... (truncated)

Commits
  • 6431f16 Prepare new release
  • ac5bcf3 Fix doc linting
  • dca3d82 Use target_os = "unknown"
  • 2305125 Fix deployment URL
  • e8f0aac Prepare new release
  • 821a55d Show proper cfgs on documentation
  • 84d07ea Add SystemTimeExt
  • 1d43b5d Improve changelog internal readability
  • 8df95b9 Improve performance of SystemTime by using Duration internally
  • 77f6203 Fix wrong references to branch name
  • Additional commits viewable 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)
dependabot[bot] commented 7 months ago

Superseded by #578.