Merge branch 'debian/sid' into debian/experimental
authorXimin Luo <infinity0@debian.org>
Fri, 27 Jul 2018 12:44:34 +0000 (05:44 -0700)
committerXimin Luo <infinity0@debian.org>
Fri, 27 Jul 2018 12:44:34 +0000 (05:44 -0700)
1  2 
debian/changelog

index 6b658572cfcf303bb386938d1bd952878ca01ee6,66a34df9ab416c68f5094bd95d34e5ef232da7a3..42aee588475351aeb7ab57e674374f11d2d1aaf3
@@@ -1,26 -1,8 +1,29 @@@
 -cargo (0.27.0-3) UNRELEASED; urgency=medium
 -
 +cargo (0.28.0-1) UNRELEASED; urgency=medium
 +
 +  [upstream]
 +  * cargo-metadata now includes authors, categories, keywords, readme, and
 +    repository fields.
 +  * cargo-metadata now includes a package's metadata table.
 +  * Added the --target-dir optional argument. This allows you to specify a
 +    different directory than target for placing compilation artifacts.
 +  * Cargo will be adding automatic target inference for binaries,
 +    benchmarks, examples, and tests in the Rust 2018 edition. If your
 +    project specifies specific targets e.g. using [[bin]] and have other
 +    binaries in locations where cargo would infer a binary, Cargo will
 +    produce a warning. You can disable this feature ahead of time by
 +    setting any of the following autobins, autobenches, autoexamples,
 +    autotests to false.
 +  * Cargo will now cache compiler information. This can be disabled by
 +    setting CARGO_CACHE_RUSTC_INFO=0 in your environment.
 +
++  [ Sylvestre Ledru ]
+   * Update of the alioth ML address.
 - -- Sylvestre Ledru <sylvestre@debian.org>  Mon, 23 Jul 2018 13:19:29 +0200
 +  [Vasudev Kamath]
 +  * Update README.source to mention preferred way of upload.
 +  * Update unsuspicious files for new release.
 +
 + -- Vasudev Kamath <vasudev@copyninja.info>  Sun, 22 Jul 2018 22:14:46 +0530
  
  cargo (0.27.0-2) unstable; urgency=medium