cargo 0.18.0-0ubuntu0.16.04.1 source package in Ubuntu

Changelog

cargo (0.18.0-0ubuntu0.16.04.1) xenial; urgency=medium

  * Update to 0.18.0

  * Refresh debian/patches/clean-cargo-deps.patch

cargo (0.17.0-0ubuntu1~16.04.5) xenial; urgency=medium

  * Backport 0.17.0 to xenial

  * Build-Depend on libssl-dev rather than libssl1.0-dev

 -- Chris Coulson <email address hidden>  Thu, 27 Jul 2017 16:17:22 +0100

Upload details

Uploaded by:
Chris Coulson
Uploaded to:
Xenial
Original maintainer:
Rust Maintainers
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cargo_0.18.0.orig-vendor.tar.gz 4.7 MiB 9b95e740ea39132465142c2efff34afa7877d4dd625a64c276a97bc02948c616
cargo_0.18.0.orig.tar.gz 631.0 KiB 19b5c142c194fc2f940d93b4679850980ed077db0ff7c558122c7ef865e24983
cargo_0.18.0-0ubuntu0.16.04.1.debian.tar.xz 14.9 KiB 688f183fec8ea5c59f045a41d5c15868feef197da07d7bc840667fd191c92289
cargo_0.18.0-0ubuntu0.16.04.1.dsc 2.1 KiB dd23cd52eeac70c10db0dd1c84db9aedc89e4f615eec71eb03af943fcf02d0be

View changes file

Binary packages built by this source

cargo: Rust package manager

 Cargo is a tool that allows Rust projects to declare their various
 dependencies, and ensure that you'll always get a repeatable build.
 .
 To accomplish this goal, Cargo does four things:
  * Introduces two metadata files with various bits of project information.
  * Fetches and builds your project's dependencies.
  * Invokes rustc or another build tool with the correct parameters to build
    your project.
  * Introduces conventions, making working with Rust projects easier.
 .
 Cargo downloads your Rust project’s dependencies and compiles your
 project.

cargo-dbgsym: debug symbols for package cargo

 Cargo is a tool that allows Rust projects to declare their various
 dependencies, and ensure that you'll always get a repeatable build.
 .
 To accomplish this goal, Cargo does four things:
  * Introduces two metadata files with various bits of project information.
  * Fetches and builds your project's dependencies.
  * Invokes rustc or another build tool with the correct parameters to build
    your project.
  * Introduces conventions, making working with Rust projects easier.
 .
 Cargo downloads your Rust project’s dependencies and compiles your
 project.

cargo-doc: Rust package manager, documentation

 Cargo is a tool that allows Rust projects to declare their various
 dependencies, and ensure that you'll always get a repeatable build.
 .
 To accomplish this goal, Cargo does four things:
  * Introduces two metadata files with various bits of project information.
  * Fetches and builds your project's dependencies.
  * Invokes rustc or another build tool with the correct parameters to build
    your project.
  * Introduces conventions, making working with Rust projects easier.
 .
 Cargo downloads your Rust project’s dependencies and compiles your
 project.
 .
 This package contains the documentation.