Skip to content
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

bounded-collections: fix build for no_std + serde #789

Merged
merged 5 commits into from
Sep 17, 2023
Merged

Conversation

ordian
Copy link
Member

@ordian ordian commented Sep 14, 2023

Please don't merge PRs with red CI like in #781 :P

Copy link
Contributor

@KiChjang KiChjang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but CI is still red.

@ordian ordian requested a review from a team as a code owner September 17, 2023 19:01
uint/Cargo.toml Outdated
@@ -10,6 +10,9 @@ readme = "README.md"
edition = "2021"
rust-version = "1.56.1"

[package.metadata.cross.target.mips64-unknown-linux-muslabi64]
build-std = true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we really need to add this to the Cargo.toml? We can only set this in the test?

@bkchr
Copy link
Member

bkchr commented Sep 17, 2023

Please don't merge PRs with red CI like in #781 :P

I made the checks now required to pass :P

@ordian ordian merged commit 7b41a04 into master Sep 17, 2023
5 checks passed
@ordian ordian deleted the ao-fix-build branch September 17, 2023 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants