-
Notifications
You must be signed in to change notification settings - Fork 13
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
fix no_std
incompatibility
#59
Merged
Merged
Commits on Dec 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 72ea9b2 - Browse repository at this point
Copy the full SHA 72ea9b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65d1df8 - Browse repository at this point
Copy the full SHA 65d1df8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7d3dcf - Browse repository at this point
Copy the full SHA e7d3dcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dac120 - Browse repository at this point
Copy the full SHA 4dac120View commit details -
`hashbrown` has the `HashMap` impl for the Rust standard library since 1.36, but the original crate has the `no_std` version
Configuration menu - View commit details
-
Copy full SHA for 0be51b6 - Browse repository at this point
Copy the full SHA 0be51b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5ba657 - Browse repository at this point
Copy the full SHA b5ba657View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7aa464 - Browse repository at this point
Copy the full SHA c7aa464View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b2f1e8 - Browse repository at this point
Copy the full SHA 7b2f1e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96c3bd7 - Browse repository at this point
Copy the full SHA 96c3bd7View commit details -
chore: pin to hex=0.4.2, build without std in CI check
hex=0.4.3 was breaking the build, see: KokaKiwi/rust-hex#55 cargo-nono was reporting false positives on zeroize and num-bigint, so instead of using that in CI I'm instead building without the default `std` feature
Configuration menu - View commit details
-
Copy full SHA for 6327dd0 - Browse repository at this point
Copy the full SHA 6327dd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c88fb2c - Browse repository at this point
Copy the full SHA c88fb2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22a805f - Browse repository at this point
Copy the full SHA 22a805fView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.