Closed lattice0 closed 3 years ago
The rtcp crate had an accidental semvar breakage between version 0.2.2 and 0.2.3. The current version of retina only works with the former. So the workaround is to specify rtcp 0.2.2 in your lockfile via something like cargo update --package rtcp --precise 0.2.2
.
I'll make sure the next retina release I prepare works without any lockfile manipulation.
I'm trying to figure out what is happening here. Compiling the project on its folder has no errors, but compiling my project when it depends on retina, gives this:
have you had something like this? I have no idea about what is happening