cargo 0.64.0ubuntu1-0ubuntu1 source package in Ubuntu

Changelog

cargo (0.64.0ubuntu1-0ubuntu1) lunar; urgency=medium

  * New upstream release (LP: #1995096):
    - Update vendored sources info
  * Bump the libgit2-related crates to get libgit2 1.5.0 bindings
  * make_orig_multi.sh: only use xz for vendor orig tarball on Ubuntu

 -- Simon Chopin <email address hidden>  Tue, 29 Nov 2022 15:05:19 +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 Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cargo_0.64.0ubuntu1.orig-vendor.tar.xz 4.8 MiB 20951d33a5109b57c4cc971d5028ccf397f84a0f3bdaa9d7063036fb2ebadde1
cargo_0.64.0ubuntu1.orig.tar.gz 2.1 MiB 79045afc3df858f2c8398cc231f67f9c4eda8ffbea91078fd7447d71864332b5
cargo_0.64.0ubuntu1-0ubuntu1.debian.tar.xz 42.8 KiB 25d089a7202da6ab843094bd38087ab37616e6d48a223d5c0e05c33598784ce9
cargo_0.64.0ubuntu1-0ubuntu1.dsc 5.3 KiB e8a7be30ea5e57aa6e4b37576e6afc8c047ee5604c49611d04c3df6aa3b21f04

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: 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.