Luca Barbato
Luca Barbato
cargo cinstall does not know about permission, I might add yet another feature to deal with that maybe.
If you have ready the install command I can add it as well.
You can pin any dependency by setting a override in your local config, since I assume the problem is present on other crates as well (e.g. grcov)
https://github.com/rust-lang/rust/issues/98302 seems the root issue
yes, I hope that's enough.
Thank you! If you need directions please contact us on irc.
Please add the command you used to produce it. `cargo-flamegraph` works almost decently: ``` sh $ cargo flamegraph -b rav1e -- ~/Samples/Bosphorus_1920x1080_120fps_420_8bit_YUV.y4m --tiles 32 -o /dev/null ``` perf keeps pointing...
The AVI fourccs would clash with the `Colour` description, I'd deprecate the use (since the current description of the field does not even say that the AVI ones are supported)....
Something in deps.rs seems to pick the version wrong. I guess I should report about it there then. Sorry for the noise.