Update Rust crate fugit to 0.3.7 - autoclosed #10
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.3
->0.3.7
Release Notes
korken89/fugit (fugit)
v0.3.7
Compare Source
Added
Hz
,kHz
,MHz
shorthands forDuration
andnanos
,micros
,millis
forRate
from_rate
,from_duration
in addition tointo_duration
,into_rate
;const_try_from
in addition toconst_try_into
<unit>_at_least
for ceil-roundedDuration
convertis_zero()
methods toDuration<u32, NOM, DENOM>
andDuration<u64, NOM, DENOM>
types to compare with zero without type conversionFixed
Changed
const_cmp
v0.3.6
Compare Source
Fixed
TimerRateU32
andTimerRateU64
to useRate
instead ofDuration
v0.3.5
Compare Source
Added
Fixed
to_X
rates.Changed
v0.3.4
Added
Div
implementation forDuration
andRate
nanos()
methods andNanosDuration
aliases alongside other units.MulAssign and DivAssign for Duration.
to_nanos()
,to_micros()
,to_millis()
,to_secs()
,to_minutes()
,and
to_hours()
methods toDuration<u32, NOM, DENOM>
andDuration<u64, NOM, DENOM>
types to easily convert to integer time units.Rate
(Hertz, Kilohertz, ...)Fixed
Changed
v0.3.3
Changed
gcd
crate.Duration::convert
nowconst
.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.
This PR has been generated by Mend Renovate. View repository job log here.