You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: move net_protocol::Blobs to top level as BlobsProtocol (#112)
## Description
also make net_protocol private since it contains nothing else.
## Breaking Changes
removed net_protocol module
added crate::BlobsProtocol
## Notes & open questions
We could do the reexport in 1 release and then the removal in the next,
but I think at this point we don't need to be so strict.
## Change checklist
- [ ] Self-review.
- [ ] Documentation updates following the [style
guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text),
if relevant.
- [ ] Tests if relevant.
- [ ] All breaking changes documented.
0 commit comments