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

Remove 128-bit usize value generator #87

Merged
merged 1 commit into from
Jul 31, 2024
Merged

Remove 128-bit usize value generator #87

merged 1 commit into from
Jul 31, 2024

Conversation

notgull
Copy link
Member

@notgull notgull commented Jul 31, 2024

128-bit targets are apparently not supported by Rust yet, and this is
causing an error to be raised.

Closes #85

Verified

This commit was signed with the committer’s verified signature.
danepowell Dane Powell
128-bit targets are apparently not supported by Rust yet, and this is
causing an error to be raised.

Signed-off-by: John Nunley <dev@notgull.net>
@notgull notgull requested a review from fogti July 31, 2024 01:21
@notgull notgull merged commit d05504d into master Jul 31, 2024
14 checks passed
@notgull notgull deleted the 128_bit branch July 31, 2024 14:40
@notgull notgull mentioned this pull request Aug 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

warning: unexpected cfg condition value: 128
2 participants