Mercurial > hg
changeset 42331:d6c1dd936778
rust: sort dependencies entries in Cargo.toml
I should probably write a test to enforce this...
Differential Revision: https://phab.mercurial-scm.org/D6398
author | Augie Fackler <augie@google.com> |
---|---|
date | Fri, 17 May 2019 09:42:02 -0400 |
parents | 5364ba1f796f |
children | 163b8fd7bb72 |
files | rust/hg-core/Cargo.toml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/rust/hg-core/Cargo.toml Fri May 17 00:04:29 2019 +0530 +++ b/rust/hg-core/Cargo.toml Fri May 17 09:42:02 2019 -0400 @@ -12,7 +12,7 @@ rand_pcg = "*" [dependencies] -memchr = "2.2.0" byteorder = "1.3.1" lazy_static = "1.3.0" -regex = "^1.1" \ No newline at end of file +memchr = "2.2.0" +regex = "^1.1"