On Tue, Sep 16, 2025 at 11:34 AM Zhao Liu <[email protected]> wrote: > > Signed-off-by: Zhao Liu <[email protected]> > --- > subprojects/.gitignore | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/subprojects/.gitignore b/subprojects/.gitignore > index f4281934ce11..9d579f72d121 100644 > --- a/subprojects/.gitignore > +++ b/subprojects/.gitignore > @@ -16,7 +16,7 @@ > /libc-0.2.162 > /proc-macro-error-1.0.4 > /proc-macro-error-attr-1.0.4 > -/proc-macro2-1.0.84 > +/proc-macro2-1.0.95 > /quote-1.0.36 > -/syn-2.0.66 > +/syn-2.0.104 > /unicode-ident-1.0.12 > -- > 2.34.1 >
Reviewed-by: Manos Pitsidianakis <[email protected]> Maybe we could change the entries to match any directory with a version, e.g. /proc-macro2-[0-9.]*/
