Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rust crate fugit to 0.3.7 - autoclosed #10

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 1, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
fugit dependencies patch 0.3 -> 0.3.7

Release Notes

korken89/fugit (fugit)

v0.3.7

Compare Source

Added
  • Hz, kHz, MHz shorthands for Duration and nanos, micros, millis for Rate
  • from_rate, from_duration in addition to into_duration, into_rate;
  • const_try_from in addition to const_try_into
  • <unit>_at_least for ceil-rounded Duration convert
  • Add is_zero() methods to Duration<u32, NOM, DENOM> and Duration<u64, NOM, DENOM> types to compare with zero without type conversion
Fixed
Changed
  • Updated documentation of const_cmp

v0.3.6

Compare Source

Fixed
  • Fixed error in conversion between large durations.
  • Fixed TimerRateU32 and TimerRateU64 to use Rate instead of Duration

v0.3.5

Compare Source

Added
Fixed
  • Fixed to_X rates.
Changed

v0.3.4

Added
  • Add Div implementation for Duration and Rate
  • Add nanos() methods and NanosDuration aliases alongside other units.
  • Implement AddAssign and SubAssign for Instant and Duration, and
    MulAssign and DivAssign for Duration.
  • Add to_nanos(), to_micros(), to_millis(), to_secs(), to_minutes(),
    and to_hours() methods to Duration<u32, NOM, DENOM> and
    Duration<u64, NOM, DENOM> types to easily convert to integer time units.
  • Support for Rate (Hertz, Kilohertz, ...)
Fixed
Changed

v0.3.3

Changed
  • Underlying const gcd implementation switched to the gcd crate.
  • Duration::convert now const.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update Rust crate fugit to 0.3.7 Update Rust crate fugit to 0.3.7 - autoclosed May 5, 2024
@renovate renovate bot closed this May 5, 2024
@renovate renovate bot deleted the renovate/fugit-0.x branch May 5, 2024 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants