This is an archive of the discontinued Mercurial Phabricator instance.

rust: move Cargo.lock
ClosedPublic

Authored by indygreg on Jan 10 2018, 10:09 PM.

Details

Summary

If you do a cargo build in rust/, Cargo will create rust/Cargo.lock.
Furthermore, the previous rust/hgcli/Cargo.lock appears to not even be
consulted because the auto-generated rust/Cargo.lock varied from
rust/hgcli/Cargo.lock.

This commit moves Cargo.lock to where Cargo expects it to be.

While we're here, bump the version of libc to the latest available.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

indygreg created this revision.Jan 10 2018, 10:09 PM
durin42 accepted this revision.Jan 10 2018, 10:11 PM
This revision is now accepted and ready to land.Jan 10 2018, 10:11 PM
This revision was automatically updated to reflect the committed changes.