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

Changelog

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

  * Re-upload Cargo 0.38 as Cargo 0.39 blocks the bootstrap of rustc 1.38.

 -- Michael Hudson-Doyle <email address hidden>  Tue, 12 Nov 2019 14:01:50 +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.38.0.orig-vendor.tar.gz 6.6 MiB a2506430b51c67558ae36f23696889c0e0ba8bce2fe871126e87b836f31df49c
cargo_0.39.0+really0.38.0.orig.tar.gz 1011.4 KiB c0a81ef51196cde811ff425213bc5fc19c4ef02d6fe32725249103ed5d85db96
cargo_0.39.0+really0.38.0-0ubuntu1.debian.tar.xz 1.4 MiB 61dff8034e57b111d7e041582251acbe5475ddb4b159adecea7c6e98524a4651
cargo_0.39.0+really0.38.0-0ubuntu1.dsc 2.7 KiB be819207f717f2beb9126ca7472beaf9644232c4e16484dd08616d12980d0cea

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.