]> git.proxmox.com Git - cargo.git/commitdiff
document that cargo lock is mandatory for the repack
authorSylvestre Ledru <sylvestre@debian.org>
Sun, 19 Jun 2022 09:01:38 +0000 (11:01 +0200)
committerSylvestre Ledru <sylvestre@debian.org>
Sun, 19 Jun 2022 09:02:26 +0000 (11:02 +0200)
debian/README.source

index 5bf7949e2180018caa0819c8b00b2402fde66864..3e552c30c2bd316f2f543b9db572d5e317487b81 100644 (file)
@@ -10,6 +10,10 @@ Updating the package
    patches for yet, downgrade them by tweaking d/make_orig_multi-pre-vendor.sh
 
    e.g. cargo update -p tempfile --precise 3.1.0
+
+   You will need to have cargo-lock available
+   $ cargo install cargo-lock --features=cli
+
 2. Verify the -vendor component tarball to make sure it looks good.
    If not, edit d/make_orig_multi.sh and the surrounding files (such as patches
    and exclude files) and repeat the above until it looks good.