cargo 0.42.0-0ubuntu1 source package in Ubuntu

Changelog

cargo (0.42.0-0ubuntu1) focal; urgency=medium

  * New upstream version. (LP: #1864174)
  * d/scripts/debian-cargo-vendor: use python3 not python.
  * d/patches/2002_disable-net-tests.patch: delete, tests no longer run
    as part of build.
  * Refresh other patches.
  * d/patches/0001-Fix-tests-with-url-crate-update.patch: backport test
    fix from upstream.
  * d/patches/0002-Fix-doc_target-test-which-no-longer-works-on-stable-.patch:
    backport another test fix from upstream.

 -- Michael Hudson-Doyle <email address hidden>  Tue, 03 Mar 2020 07:45:01 +0100

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
cargo_0.42.0.orig-vendor.tar.gz 11.1 MiB 46156692d46ab5676bc70383751ce8665f60482c4a34898d1c2dd2fc34e41d91
cargo_0.42.0.orig.tar.gz 1.1 MiB 22e60eca84d0f146ef45534e592b1c829a0cdf23452c2a23d2cde40d6c793b8a
cargo_0.42.0-0ubuntu1.debian.tar.xz 32.2 KiB bea092752c228959279dab053124a954ac6b32658554a7b6a66fb13dbf537ef5
cargo_0.42.0-0ubuntu1.dsc 2.6 KiB 02ebb62efd1e3e9b6489e7783c52dfdf01963164806d8afbadb7ddc96a26e266

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

No description available for cargo-doc in ubuntu groovy.