From: Vasudev Kamath Date: Thu, 26 Oct 2017 17:02:20 +0000 (+0530) Subject: Update changelog. X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~135 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4e6a0c6e31f01df1a66d29f82e60851c93948f9b;p=cargo.git Update changelog. --- diff --git a/debian/changelog b/debian/changelog index e873457c3..62046349f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +cargo (0.22.0-1~exp1) UNRELEASED; urgency=medium + + * New upstream release. + + Can now install multiple crates with cargo install. + + cargo commands inside a virtual workspace will now implicitly pass + --all. + + Added [patch] section to Cargo.toml to handle prepublication + dependencies RFC 1969. + + include and exclude fields in Cargo.toml now accept gitignore like + patterns. + + Added --all-target option. + + Using required dependencies as a feature is now deprecated and emits + a warning. + * Put upstream PR url for patch 1001. + * Add conv crate file to unsuspicious files. + * Refresh patches 1001, 2002 and 2004 with new upstream release. + * Mark package compliance with Debian Policy 4.1.1. + + -- Vasudev Kamath Thu, 26 Oct 2017 22:32:10 +0530 + cargo (0.21.1-2) unstable; urgency=medium * Upload to unstable.