cargo 0.39.0+really0.39.0-0ubuntu1 source package in Ubuntu

Changelog

cargo (0.39.0+really0.39.0-0ubuntu1) focal; urgency=medium

  * Restore Cargo 0.39 now that the rustc update is done.

 -- Michael Hudson-Doyle <email address hidden>  Wed, 13 Nov 2019 22:49:40 +1300

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cargo_0.39.0+really0.39.0.orig-vendor.tar.gz 6.1 MiB 5286d963c7373415bb1314263ddec80fbd9c779a86c2f31fe9fba5e4603e0d31
cargo_0.39.0+really0.39.0.orig.tar.gz 1.0 MiB 1fade63d5c09eab6fa234a1fdf64693ccf1b63398a316ad27edeb1f76ee4a57e
cargo_0.39.0+really0.39.0-0ubuntu1.debian.tar.xz 1.4 MiB b87c711a1805e9b7d863c71e63ee890f11fe31fb9dd2fa3a35ba128d3317233e
cargo_0.39.0+really0.39.0-0ubuntu1.dsc 2.7 KiB 08abd1208b9d5e20021e5bb9a07a967f9817d5f9f22adc2d95e145c408aaa5bb

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 cargo
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.