You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just tried building the cranelift tests with cd cranelift && cargo test --all using Rust 1.44 and it failed building one of the dependencies because it wanted to use this dtolnay/proc-macro2#228. After upgrading to 1.47 everything works as expected. The top level README has a Rust 1.37+ badge. Either that is wrong or misleading.
Edit: Actually I need nightly to build and run the tests. I suggest we put that in the relevant README.
The text was updated successfully, but these errors were encountered:
Just tried building the cranelift tests with
cd cranelift && cargo test --all
using Rust 1.44 and it failed building one of the dependencies because it wanted to use this dtolnay/proc-macro2#228. After upgrading to 1.47 everything works as expected. The top level README has a Rust 1.37+ badge. Either that is wrong or misleading.Edit: Actually I need nightly to build and run the tests. I suggest we put that in the relevant README.
The text was updated successfully, but these errors were encountered: