This is an automated email from the ASF dual-hosted git repository.
timsaucer pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-python.git
The following commit(s) were added to refs/heads/main by this push:
new 5be412b6 Pin rust toolchain to apache allowlist sha
5be412b6 is described below
commit 5be412b6a691a57bb2246e6726751fe9e8916035
Author: Tim Saucer <[email protected]>
AuthorDate: Sun Mar 29 18:34:48 2026 -0400
Pin rust toolchain to apache allowlist sha
---
.github/workflows/build.yml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 1ef951d7..4b37046e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v6
- name: Setup Rust
- uses: dtolnay/rust-toolchain@stable
+ uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8
with:
toolchain: "nightly"
components: rustfmt
@@ -148,7 +148,7 @@ jobs:
path: .
- name: Setup Rust
- uses: dtolnay/rust-toolchain@stable
+ uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8
- name: Cache Cargo
uses: Swatinem/rust-cache@v2
@@ -216,7 +216,7 @@ jobs:
path: .
- name: Setup Rust
- uses: dtolnay/rust-toolchain@stable
+ uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8
- name: Cache Cargo
uses: Swatinem/rust-cache@v2
@@ -280,7 +280,7 @@ jobs:
steps:
- uses: actions/checkout@v6
- - uses: dtolnay/rust-toolchain@stable
+ - uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8
- run: rm LICENSE.txt
- name: Download LICENSE.txt
@@ -354,7 +354,7 @@ jobs:
steps:
- uses: actions/checkout@v6
- - uses: dtolnay/rust-toolchain@stable
+ - uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8
- run: rm LICENSE.txt
- name: Download LICENSE.txt
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]