Closed mohaque0 closed 4 years ago
Hm. It seems like you might have just gotten unlucky and are somehow being given a yanked version of wide
(looks like they released a semver breaking change as a patch version but have already yanked it...
try a cargo update
and see if it'll fetch a non broken version
That worked! It's compiling just fine now. Thanks for helping!
Great, closing this then :)
Hi. I get a number of compile errors when attempting to run
cargo build
and also when attempting to use ultraviolet as a dependency in a project. All of the errors look similar.Here is an example error:
I'm able to fix them by applying the following diff:
Was that statement missing or am I doing something wrong somewhere?