cargo 0.68.0+ds0ubuntu1-0ubuntu1 source package in Ubuntu
Changelog
cargo (0.68.0+ds0ubuntu1-0ubuntu1) lunar; urgency=medium * Update to Cargo 0.68.0 (LP: #2007608) - d/s/debian-cargo-vendor: Add a step to remove windows-sys and their friends from vendored sources - d/debcargo-conf.patch: Rebase patches - d/control: Bump rustc requirements - d/control: Update vendored sources information - d/copyright: update copyright information for vendored dependencies - d/vendor-tarball-unsuspicious.txt: update unsuspicious list to include some newly added source files * vendor: removed windows-sys and its related libraries from the tree to avoid including questionably licensed binary blobs from Microsoft * d/p/2901-ubuntu-is-terminal-remove-windows-sys.patch: a new patch to remove the windows-sys dependency from the is-terminal library * d/p/2900-ubuntu-remove-miow-dependency.patch: add a new patch to remove the miow dependency from Cargo to avoid introducing windows-sys into the vendor tree (windows-sys is a transitive dependency of miow) * .gitignore: only ignore the top-level target folder so that any tests called "target" will still be included in the source tree -- Zixing Liu <email address hidden> Fri, 17 Feb 2023 00:28:52 -0700
Upload details
- Uploaded by:
- Zixing Liu
- Sponsored 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 | |
---|---|---|---|---|
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
cargo_0.68.0+ds0ubuntu1.orig-vendor.tar.xz | 5.3 MiB | f502ec1873d11f5cf40007b46fce3fb59028f2773dba14347dd71f029bef3c50 |
cargo_0.68.0+ds0ubuntu1.orig.tar.gz | 2.2 MiB | b60b794dfdca61dfad106dbbb9c7c2c077c1a4bd505b90988057be5fd1ae99b7 |
cargo_0.68.0+ds0ubuntu1-0ubuntu1.debian.tar.xz | 46.0 KiB | 8a4842633acbfb6c305757aef33d2b4ed4ff480f2a5cf7af4cfeef3c44927087 |
cargo_0.68.0+ds0ubuntu1-0ubuntu1.dsc | 5.6 KiB | 03ec508b0f0082280467f3c8f36e3eda3917f259123f56c74eb328fe55ac3900 |
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.