Is the current build broken or just me on windows 10. #297
Unanswered
TheToddmeister
asked this question in
Q&A
Replies: 1 comment
-
It was just me. I found the https://maplibre.org/maplibre-rs/docs/book/development-guide/how-to-run.html docs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to build it on windows 10 and got this error:
"""
error: package
clap_builder v4.5.2
cannot be built because it requires rustc 1.74 or newer, while the currently active rustc version is 1.73.0Either upgrade to rustc 1.74 or newer, or use
cargo update -p [email protected] --precise ver
where
ver
is the latest version ofclap_builder
supporting rustc 1.73.0"""
I tried to bump it in the toolchain and got a new set of errors
Beta Was this translation helpful? Give feedback.
All reactions