cargo 0.67.1+ds0ubuntu0.libgit2-0ubuntu0.20.04.2 source package in Ubuntu
Changelog
cargo (0.67.1+ds0ubuntu0.libgit2-0ubuntu0.20.04.2) focal; urgency=medium * Backport to Focal (LP: #2005123) - d/control: Remove dh-cargo from B-D * Re-enable libgit2 vendoring: - d/control: Remove libgit2-dev and libhttp-parser-dev from B-D -- Zixing Liu <email address hidden> Wed, 08 Mar 2023 15:13:46 -0700
Upload details
- Uploaded by:
- Zixing Liu
- Uploaded to:
- Focal
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | updates | universe | misc | |
Focal | security | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
cargo_0.67.1+ds0ubuntu0.libgit2.orig-vendor.tar.xz | 7.2 MiB | 741b3c750049c1eb22deef0bee0b08fd0cd6ebd967a5f2e2de4c1d1ae0bbb933 |
cargo_0.67.1+ds0ubuntu0.libgit2.orig.tar.gz | 2.1 MiB | deb8605e7306e883fb4470a1ff7ad9a6e7af59b6ddaaf142ed5bd7fb4be9f5e6 |
cargo_0.67.1+ds0ubuntu0.libgit2-0ubuntu0.20.04.2.debian.tar.xz | 43.8 KiB | aedfb902322c539866c3c7e11e67db1eb70c54d16059887ed9c107978346455d |
cargo_0.67.1+ds0ubuntu0.libgit2-0ubuntu0.20.04.2.dsc | 5.7 KiB | bbbe75d57b7e7fed2f6c7b1e31bac9b1ef78415bf14b086b11a4a9d06db7c251 |
Available diffs
- diff from 0.66.0+ds0ubuntu0.libgit2-0ubuntu0.20.04 (in ~ubuntu-mozilla-security/ubuntu/rust-updates) to 0.67.1+ds0ubuntu0.libgit2-0ubuntu0.20.04.2 (723.7 KiB)
- diff from 0.66.0+ds1-1ubuntu1libgit2-0ubuntu0.20.04.5 (in ~liushuyu-011/ubuntu/rust-updates) to 0.67.1+ds0ubuntu0.libgit2-0ubuntu0.20.04.2 (pending)
- diff from 0.67.1+ds0ubuntu0.libgit2-0ubuntu0.20.04 to 0.67.1+ds0ubuntu0.libgit2-0ubuntu0.20.04.2 (2.8 KiB)
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-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.