This is an automated email from the ASF dual-hosted git repository.
jensg pushed a commit to branch 0.22.0
in repository https://gitbox.apache.org/repos/asf/thrift.git
The following commit(s) were added to refs/heads/0.22.0 by this push:
new 12f2bfaf8 FIX: missing EXTRA_DIST release_rust.yml
12f2bfaf8 is described below
commit 12f2bfaf86d5ca9879e515e4085963590de2d3a1
Author: Jens Geyer <[email protected]>
AuthorDate: Thu May 15 01:59:54 2025 +0200
FIX: missing EXTRA_DIST release_rust.yml
---
Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile.am b/Makefile.am
index 6ecd7778a..735cd4059 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -148,6 +148,7 @@ EXTRA_DIST = \
.github/workflows/build.yml \
.github/workflows/cmake.yml \
.github/workflows/pypi.yml \
+ .github/workflows/release_rust.yml \
.travis.yml \
ApacheThrift.nuspec \
appveyor.yml \