On 2020/04/20 23:46, f.holop wrote: > Stuart Henderson - Mon, 20 April 2020 at 00:28:29 > > Remove the old MODCARGO_CRATES entries, run "make modcargo-gen-crates" > > and include the newly generated list in the port Makefile. > > should i do something with the duplicates in the list? > > MODCARGO_CRATES += rand_core 0.3.1 > MODCARGO_CRATES += rand_core 0.4.2 > ... > MODCARGO_CRATES += winapi 0.2.8 > MODCARGO_CRATES += winapi 0.3.8 > > -f > -- >
Welcome to Rust porting! Different dependencies can pin different versions of common libraries.
