D6398: rust: sort dependencies entries in Cargo.toml

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Fri May 17 14:17:00 EDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG0a6209c9fcf5: rust: sort dependencies entries in Cargo.toml (authored by durin42, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D6398?vs=15165&id=15182

REVISION DETAIL
  https://phab.mercurial-scm.org/D6398

AFFECTED FILES
  rust/hg-core/Cargo.toml

CHANGE DETAILS

diff --git a/rust/hg-core/Cargo.toml b/rust/hg-core/Cargo.toml
--- a/rust/hg-core/Cargo.toml
+++ b/rust/hg-core/Cargo.toml
@@ -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"



To: durin42, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list