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

Make i128/u128 support conditional on Rust 1.26. #41

Merged
merged 1 commit into from
Sep 23, 2018
Merged

Make i128/u128 support conditional on Rust 1.26. #41

merged 1 commit into from
Sep 23, 2018

Conversation

sunfishcode
Copy link
Contributor

As discussed in #40, here's a PR which adds a build.rs that defines a rust_1_26 feature when compiled with Rust 1.26 or newer, and makes i128/u128 support conditional on that. This allows it to build with Rust 1.25.0.

@m4b m4b merged commit e41442c into m4b:master Sep 23, 2018
willglynn pushed a commit to willglynn/scroll that referenced this pull request Nov 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants