cargo 0.53.0-0ubuntu1 source package in Ubuntu

Changelog

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

  * Do not exclude libgit2 source from libgit2-sys crate.
  * New upstream version.
  * Update patches.
  * Set -march appropriately on armhf.

 -- Michael Hudson-Doyle <email address hidden>  Fri, 22 Oct 2021 16:19:48 +1300

Upload details

Uploaded by:
Michael Hudson-Doyle
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.53.0.orig-vendor.tar.gz 8.0 MiB 4b48392bf2f0ff953a3ef618d03de22abcc02088bf500fcac64c62d17046eba3
cargo_0.53.0.orig.tar.gz 1.4 MiB f8e292b7b1a9e30f0b201a4c0267427a06a8d814083999fb7b183b5c0f168480
cargo_0.53.0-0ubuntu1.debian.tar.xz 34.0 KiB f9328a21f27365d1f0834645966d77529569e90616ae24ca06085c954f608f76
cargo_0.53.0-0ubuntu1.dsc 2.6 KiB 94ca002325ce09634754ac9b4bb5cb1196e97691c65592dffd316685b19f885f

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.