- Increase minimum rust version to
1.70
- Add
MockableClock::system_time
to get the currentSystemTime
. See #82. - Turn
MockableClock::sleep
andMockableClock::sleep_until
from async functions into functions returningimpl Future
with aSend
and'static
future type. See #81.
- Change
async-time-mock-core
dependency to0.1
- Implement
elapsed
onInstant
- First release of
async-time-mock-async-std