cargo 0.54.0-0ubuntu1 source package in Ubuntu

Changelog

cargo (0.54.0-0ubuntu1) jammy; urgency=medium

  [ Michael Hudson-Doyle ]
  * Update debian/watch file to account for GitHub changes.
  * New upstream version.
  * Update patches.
  * Cherry pick 2112-handle-4-siphasher-algorithms.patch from Debian.

 -- Olivier Tilloy <email address hidden>  Fri, 29 Oct 2021 13:21:47 +0200

Upload details

Uploaded by:
Olivier Tilloy
Uploaded to:
Jammy
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.54.0.orig-vendor.tar.gz 8.0 MiB 639bc597f7d36171069260893f7a985d8d29f741eb5917f5f371ff13389abca5
cargo_0.54.0.orig.tar.gz 1.5 MiB 4627e7eb0be3150d878ed695a1ef874885ff84325019499af61f5e3ade410d4b
cargo_0.54.0-0ubuntu1.debian.tar.xz 34.5 KiB 046d39e67373c7f20961caf570eb54e6b605bf0ab624879ed86f52fc8d9cf815
cargo_0.54.0-0ubuntu1.dsc 2.3 KiB e469cf43e3d95ce93092e2d3ff33d9573ea5b59ab473d2676baf23c387f85751

Available diffs

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.