fix(rust): track the 03 patch symlink
redbear-ci / check (push) Has been cancelled

recipes/.gitignore ignores *.patch, so the symlink created alongside
patch 03 was left untracked while 01 and 02 are tracked (force-added
past the same rule). A clean checkout would fetch rust, find
patches = [... "03-generate-copyright-path-deps.patch"] in recipe.toml,
and fail to resolve it.

Force-added to match 01/02.
This commit is contained in:
2026-08-05 15:57:31 +03:00
parent a5e774128e
commit c52c88c758
@@ -0,0 +1 @@
../../../local/patches/rust/03-generate-copyright-path-deps.patch