cargo 0.54.0-0ubuntu1~20.04.1 source package in Ubuntu

Changelog

cargo (0.54.0-0ubuntu1~20.04.1) focal; urgency=medium

  [ Michael Hudson-Doyle ]
  * Backport to Focal. (LP: #1943842)
  * Drop change to -march on armhf.
  * Disable the lto::doctest on i386 too.

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

Upload details

Uploaded by:
Olivier Tilloy
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
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~20.04.1.debian.tar.xz 34.4 KiB 5695ed434d90b8a944d9928c1f325125b407425196edc5be3f538f7365d0579e
cargo_0.54.0-0ubuntu1~20.04.1.dsc 2.3 KiB e5f3d1b77a63c2a4c0c0d7c957993f0b0d788d2df26f3752bee2c450c6592bc8

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.