-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Cannot build on release v0.27.0
and master
#1931
Comments
You need to use rust 1.75 and the |
Thanks for the reply, it works! What do you think of adding this small [toolchain]
channel = "1.75.0"
target = ["wasm32-unknown-unknown"] and a small section in the |
v0.27.0
and master
on MacOSv0.27.0
and master
@thedevbirb #1932 should do this. Thanks for the report again. |
Closes #1931 ### Before requesting review - [x] I have reviewed the code myself
As title says I'm trying to build the project using the guide in the readme, but it fails both on the release
v0.27.0
and onmaster
at the latest commit 5db3e19.Some general info:
cmake
version:3.29.2
rustc
/cargo
version:1.78.0
This is the output I'm getting from running
cargo xtask build
:On
v0.27.0
,On 5db3e19 (
master
),Is there something else I need to setup on my part in order to build properly? Thanks for the help!
The text was updated successfully, but these errors were encountered: