cargo 0.54.0-0ubuntu2 source package in Ubuntu

Changelog

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

  * No-change rebuild against libssl3

 -- Steve Langasek <email address hidden>  Wed, 08 Dec 2021 23:27:53 +0000

Upload details

Uploaded by:
Steve Langasek
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-0ubuntu2.debian.tar.xz 34.5 KiB 5284a282eef193956d6f1312cef9dfaaed1f117c95aa20ad9a16a01aff009866
cargo_0.54.0-0ubuntu2.dsc 2.6 KiB f0c1cfb832bd11254f469bdcc153092cfa52394ccb00d6e3a01e73ef6ed2acc1

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.