Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(grpc-mock): make Times part of public API (#1945)
## Summary Makes the `astria_grpc_mock::mock::Times` part of the public API. ## Background Having `Times` (which itself is wrapper around `u64` or one of the Rust `Range*` types) part of the public API is useful when writing abstraction tests. ## Changes - Export `astria_grpc_mock::mock::Times` at the root of the crate. ## Testing Not applicable. The type is now available. ## Changelogs Changelogs updated.
- Loading branch information