cargo 0.63.1-2ubuntu1 source package in Ubuntu
Changelog
cargo (0.63.1-2ubuntu1) lunar; urgency=medium * Merge from Debian unstable. Remaining changes: - Add an explicit mechanism to customize the vendoring process - d/p/proxy-skip-tests.patch: skip a test when there's a proxy configured to accomodate Ubuntu autopkgtest setup - d/p/i386-crossbuild-tests.patch: disable some failing tests for cross-building from i386 - d/p/remove-badges.patch: remove badges from documentation for privacy reasons - autopkgtests: test on all arches on Ubuntu - d/control: update the Vcs fields to point to Launchpad - make_orig_multi.sh: fix orig tarball compression to xz on Ubuntu - Track vendored dependencies -- Simon Chopin <email address hidden> Fri, 25 Nov 2022 16:42:43 +0100
Upload details
- Uploaded by:
- Simon Chopin
- Uploaded to:
- Lunar
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
cargo_0.63.1.orig-vendor.tar.gz | 7.5 MiB | b9cc350c325b3c0b317f5d8cce198eac5a19b64d63c4c79797c12697cb4d58b9 |
cargo_0.63.1.orig.tar.gz | 2.0 MiB | ee1dcb99ade77350fbed049abb5e895f9659f236ea3a45fbd9fc4f625388c206 |
cargo_0.63.1-2ubuntu1.debian.tar.xz | 42.5 KiB | b4e20a04fe12b87bdd21fa85686a5ec698cbbe2ae5339a9846bfecd0425e1360 |
cargo_0.63.1-2ubuntu1.dsc | 5.2 KiB | 86b54d057ff1700952f70653a308166846d31d9b42c41b56e11ccca4fe18ab24 |
Available diffs
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.