From 56b04c51f128b4af73baf937e05697ac974c791a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Stan=C4=9Bk?= Date: Wed, 5 Jun 2024 11:56:32 +0200 Subject: [PATCH] re-generate patch comments on update [skip changelog] --- rust2rpm.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/rust2rpm.toml b/rust2rpm.toml index 553347c..51ae19a 100644 --- a/rust2rpm.toml +++ b/rust2rpm.toml @@ -1,4 +1,9 @@ +[package] +cargo-toml-patch-comments = [ + "exclude files that are only needed for integration in bazel or buck", + "exclude unused docs sources", +] + [tests] run = ["none"] comments = ["tests can only be run in-tree"] -