Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove
mock-instant
dependency (#52)
With #45, the need for mocking `Instant` in order to test time-related functionality has been obsoleted. All functions simply take `Instant` as a parameter now. In order to preserve backwards-compatibility, an empty feature has been added that replaces the optional dependency.
- Loading branch information