Relative Content

Tag Archive for rustdependency-managementrust-cargo

Patching version of transient dependencies Rust

I am trying to fix a dependency issue in Rust/Cargo. I have a dependency ctclib-pp which in turn depends on bindgen 0.59.2. However, for compatibility reasons I need to use version 0.60.1 or higher of bindgen (because of this).