On Wed Apr 1, 2026 at 12:45 PM BST, Miguel Ojeda wrote: > As the comment in the `Makefile` explains, previously, we needed to > limit ourselves to the list of Rust versions known by `bindgen` for its > `--rust-target` option. > > In other words, we needed to consult the versions known by the minimum > version of `bindgen` that we supported. > > Now that we bumped the minimum version of `bindgen`, that limitation > does not apply anymore. > > Thus replace the comment and simply write our minimum supported Rust > version there, which is much simpler. > > Signed-off-by: Miguel Ojeda <[email protected]>
Reviewed-by: Gary Guo <[email protected]> > --- > rust/Makefile | 16 ++-------------- > 1 file changed, 2 insertions(+), 14 deletions(-)
