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

wrong version check #3

Closed
divinespear opened this issue Aug 21, 2018 · 1 comment
Closed

wrong version check #3

divinespear opened this issue Aug 21, 2018 · 1 comment
Labels

Comments

@divinespear
Copy link

I'm trying to build my project with rocket, I got:

Error: Pear requires a nightly or dev version of Rust.
Installed version is: 1.28.0 (2018-07-30). Minimum required: 1.28.0-nightly (2018-06-23).
thread 'main' panicked at 'Aborting compilation due to incompatible compiler.', /home/divinespear/.cargo/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.19/build.rs:31:13

1.28.0 should be greater then 1.28.0-nightly, but...

@dtolnay
Copy link

dtolnay commented Aug 21, 2018

Error: Pear requires a nightly or dev version of Rust.

1.28.0 is not a nightly or dev version of Rust, even if the release date is later than 2018-06-23.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants