One of the dependencies fails to build with the following error:
Compiling cpp_demangle v0.2.9
error[E0034]: multiple applicable items in scope
--> C:\Users\mail\.cargo\registry\src\github.com-1ecc6299db9ec823\petgraph-0.4.12\src\graph_impl\stable_graph\mod.rs:1171:19
|
1171 | self.iter.find_map(|(i, node)| {
| ^^^^^^^^ multiple `find_map` found
|
note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_`
It seems this is fixed in a newer minor point release of the dependency (i.e., cpp_demangle version 0.2.12).
It might be good to allow automatic upgrades of the rustig dependencies to newer minor point releases.
One of the dependencies fails to build with the following error:
It seems this is fixed in a newer minor point release of the dependency (i.e., cpp_demangle version 0.2.12).
It might be good to allow automatic upgrades of the rustig dependencies to newer minor point releases.