-
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(no_std): fixed no_std
compiler errors in reth-primitives-traits
#9572
chore(no_std): fixed no_std
compiler errors in reth-primitives-traits
#9572
Conversation
no_std
compiler errors in reth-primitive-traits crateno_std
compiler errors in reth-primitives-traits
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.
what we also need is setting this crate's default-features = false on the workspace level cargo.toml
7c105bd
to
fbeaba1
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.
lgtm,
I did some finishing touchups because this pr is required by something I'm working on.
4a004f5
to
f45bddd
Compare
f45bddd
to
e461ec5
Compare
Helps progress #9478