cargo 0.58.0-0ubuntu1 source package in Ubuntu
Changelog
cargo (0.58.0-0ubuntu1) jammy; urgency=medium * New upstream version. (LP: #1952104) * d/patches/2110-use-mfpu-on-armhf.patch: delete, fixed upstream. * d/patches/filetime-pr-75.patch: Backport fix from filetime crate to fix ftbfs on s390x. * d/patches/libc-pr-2642.patch: Partially backport upstream PR to fix another ftbfs on s390x. -- Michael Hudson-Doyle <email address hidden> Tue, 25 Jan 2022 14:06:06 +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 | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
cargo_0.58.0.orig-vendor.tar.gz | 8.5 MiB | 174aa54f7cecd9852f2a339f3965eed4ecd458aa308ab8e63474c4419d36dbac |
cargo_0.58.0.orig.tar.gz | 1.5 MiB | e1d6f55414a29906d24b13c687996b5220e08ccce9c682e4c02851138fc7093f |
cargo_0.58.0-0ubuntu1.debian.tar.xz | 36.4 KiB | f39ba2e5bc5c0a3c061948f0bf3e2d6ea8e4a16e61ae4eac66a9971cc1c6498a |
cargo_0.58.0-0ubuntu1.dsc | 2.6 KiB | 9c20bb016b6cbab84c49eb4eb901d85c0c290cffcd27b2fa25acb9825f70a59e |
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.