On Tue, May 2, 2017 at 3:11 PM, Kartikaya Gupta <[email protected]> wrote: > You can update a specific crate to a specific version like so: > > cd toolkit/library/rust > cargo update -p encoding_rs --precise <version> > cd ../gtest/rust > cargo update -p encoding_rs --precise <version> > cd ../../../../ > mach vendor rust
Thank you. This works. Filed https://bugzilla.mozilla.org/show_bug.cgi?id=1361734 to get mach vendor to perform those steps. -- Henri Sivonen [email protected] https://hsivonen.fi/ _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

