From: Ximin Luo Date: Fri, 27 Jul 2018 12:44:34 +0000 (-0700) Subject: Merge branch 'debian/sid' into debian/experimental X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~42 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=daddfa135ec5bbd2cd1850e7aef7a509976a8592;p=cargo.git Merge branch 'debian/sid' into debian/experimental --- daddfa135ec5bbd2cd1850e7aef7a509976a8592 diff --cc debian/changelog index 6b658572c,66a34df9a..42aee5884 --- a/debian/changelog +++ b/debian/changelog @@@ -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 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 Sun, 22 Jul 2018 22:14:46 +0530 cargo (0.27.0-2) unstable; urgency=medium