Skip to content

Commit

Permalink
chore: bump cargo-vendor-filterer to 0.5.16
Browse files Browse the repository at this point in the history
Update cargo-vendor-filterer to the latest version to make
the workspace replacement of aws-nitro-enclaves-cose to
work.

Signed-off-by: Miguel Martín <mmartinv@redhat.com>
  • Loading branch information
mmartinv committed Feb 19, 2025
1 parent 3c2ad46 commit 17afc09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ vendor-tarball: $(VENDOR_TARBALL)
vendor:
vendor_filterer_cmd=$$(command -v cargo-vendor-filterer||:) \
[ -z "$$vendor_filterer_cmd" ] || rm -f $${vendor_filterer_cmd}; \
# We need v0.5.7 because of RHEL rust version \
cargo install --quiet cargo-vendor-filterer@0.5.7; \
cargo install --quiet cargo-vendor-filterer@0.5.16; \
for platform in $(PLATFORMS); do \
args+="--platform $${platform} "; \
done; \
Expand Down

0 comments on commit 17afc09

Please sign in to comment.