cargo 0.52.0-0ubuntu1 source package in Ubuntu

Changelog

cargo (0.52.0-0ubuntu1) impish; urgency=medium

  * New upstream version.
  * Backport patch from upstream to fix failure with new version of 'tar'
    crate.
  * Add another patch from upstream

 -- Michael Hudson-Doyle <email address hidden>  Mon, 12 Jul 2021 22:31:53 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Impish
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.52.0.orig-vendor.tar.gz 6.5 MiB 66fd661af6d9398cdcb5efee709041e10f3fd8d3b6f15c8ec397d4cd499d11df
cargo_0.52.0.orig.tar.gz 1.4 MiB 127be796380ddbd979679f97c01e1e61e4b6d91f1a28560995a7a543bc568f21
cargo_0.52.0-0ubuntu1.debian.tar.xz 36.6 KiB a5bd3709643a04a2d0ca66f8ba7a230b7c0ed0b825770bc82b7a62bf813b5841
cargo_0.52.0-0ubuntu1.dsc 2.6 KiB 4a8dd4906e4c7095b585da3cbff91938f402157d9e19372c8e5613750da7dd1f

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: No summary available for cargo-dbgsym in ubuntu impish.

No description available for cargo-dbgsym in ubuntu impish.

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.