Skip to content

nouveau: require cbindgen >= 0.25

Dylan Baker requested to merge dbaker/mesa:submit/rust-cbindgen-0.25 into main

What does this MR do and why?

nouveau: require cbindgen >= 0.25

So we can use the --depfile option, and not have to worry about new
files. Since it's Rust, the expectation is that you're going to have up
to date dependencies anyway.
Edited by Dylan Baker

Merge request reports