This is an automated email from the ASF dual-hosted git repository.
StevenLuMT pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/master by this push:
new 5b0cf0de80 Use ASF-allowlisted dtolnay/rust-toolchain revision in
setup-native-build (#4851)
5b0cf0de80 is described below
commit 5b0cf0de80318b0064ab51fc359e784b51224e5a
Author: StevenLuMT <[email protected]>
AuthorDate: Wed Jul 29 19:40:32 2026 +0800
Use ASF-allowlisted dtolnay/rust-toolchain revision in setup-native-build
(#4851)
---
.github/actions/setup-native-build/action.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/actions/setup-native-build/action.yml
b/.github/actions/setup-native-build/action.yml
index b3b09de1bf..7961fd620c 100644
--- a/.github/actions/setup-native-build/action.yml
+++ b/.github/actions/setup-native-build/action.yml
@@ -23,7 +23,7 @@ runs:
using: composite
steps:
- name: Set up Rust
- uses: dtolnay/rust-toolchain@4be7066ada62dd38de10e7b70166bc74ed198c30
+ uses: dtolnay/rust-toolchain@4cda84d5c5c54efe2404f9d843567869ab1699d4
with:
# Cross-compilation targets: Linux amd64 and arm64 (glibc)
targets: >-