Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Ringbuf patch release requires explicit type param
Ringbuf 0.4.2 onwards adds in a new storage type for `SharedRb`. Unfortunately, this is handled in such a way that we fail to compile because an explicit type parameter is required to disambiguate the method in question.
- Loading branch information