diff --git a/MANIFEST.in b/MANIFEST.in index 115027509..69e03ce9b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -17,3 +17,4 @@ include tox.ini include dulwich.cfg include .testr.conf include Cargo.toml +include Cargo.lock diff --git a/NEWS b/NEWS index f10b274db..6f58a6ca0 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ 0.22.2 UNRELEASED + * Ship ``Cargo.lock``. (Jelmer Vernooij, #1287) + 0.22.1 2024-04-23 * Handle alternate case for worktreeconfig setting (Will Shanks, #1285)