Skip to content

Releases: communityvi/async-time-mock

async-time-mock-tokio-v0.1.2

13 Jan 21:27
Compare
Choose a tag to compare
  • Increase minimum rust version to 1.70
  • Add MockableClock::system_time to get the current SystemTime.
    See #82.
  • Turn MockableClock::sleep and MockableClock::sleep_until from async functions into functions returning an explicit Sleep future type.
    See #81.

async-time-mock-smol-v0.3.0

13 Jan 21:28
Compare
Choose a tag to compare
  • Increase minimum rust version to 1.70
  • Add MockableClock::system_time to get the current SystemTime.
    See #82.
  • Turn MockableClock::sleep and MockableClock::sleep_until from async functions into functions returning impl Future with a Send and 'static future type.
    See #81.
  • Remove unnecessary async from MockableClock::interval and MockableClock::interval_at.
    Fixing #81 along the way.

async-time-mock-core-v0.1.4

13 Jan 21:26
Compare
Choose a tag to compare
  • Increase minimum rust version to 1.70
  • TimerRegistry::sleep and TimerRegistry::sleep_until now return TimerListener as an explicit future type instead
    of impl Future
  • Add TimerRegistry::system_time to get a mocked SystemTime in addition to the mocked monotonic time.
  • Derive Debug on TimeHandlerGuard
  • Replace futures-lite::pin with std::pin::pin (tests only)

async-time-mock-async-std-v0.1.2

13 Jan 21:29
Compare
Choose a tag to compare
  • Increase minimum rust version to 1.70
  • Add MockableClock::system_time to get the current SystemTime.
    See #82.
  • Turn MockableClock::sleep and MockableClock::sleep_until from async functions into functions returning impl Future with a Send and 'static future type.
    See #81.

async-time-mock-core-v0.1.3

01 Jun 23:55
Compare
Choose a tag to compare
  • Update event-listener to 5

async-time-mock-tokio-v0.1.1

22 Jan 23:23
Compare
Choose a tag to compare
  • Change async-time-mock-core dependency definition to 0.1

async-time-mock-smol-v0.2.0

22 Jan 23:20
3ad5d55
Compare
Choose a tag to compare
  • Update smol to 2 (NOTE: We're not depending on that directly, see the dependencies below)
    • Update event_listener to 4
    • Update async-io to 2
  • Update async-time-mock-core to 0.1.2

async-time-mock-core-v0.1.2

22 Jan 23:17
3ad5d55
Compare
Choose a tag to compare
  • Update event_listener to 4

async-time-mock-async-std-v0.1.1

22 Jan 23:19
3ad5d55
Compare
Choose a tag to compare
  • Change async-time-mock-core dependency to 0.1

async-time-mock-core 0.1.1

10 Nov 14:56
Compare
Choose a tag to compare

Update dependencies of async-time-mock-core to ones from smol 2.0.