-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: remove reth primitives [tokio] and [tokio-stream] dependencies #5111
chore: remove reth primitives [tokio] and [tokio-stream] dependencies #5111
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like this.
this makes the primitives crate slightly leaner
crates/reth-tokio-utils/src/lib.rs
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this needs the usual lib.rs header, see other crates for reference
Codecov Report
... and 22 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more.
|
b29d967
to
a08fc5c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice, I renamed the crate following repo convention
…#5111) Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Implements #4795.