This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new 00dfb8b9c chore(rust): Bump rust-toolchain from nightly-2026-07-28 to
nightly-2026-08-04 (#4653)
00dfb8b9c is described below
commit 00dfb8b9c0f776940781ea42c5b32b6bf3618652
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 5 15:10:00 2026 +0900
chore(rust): Bump rust-toolchain from nightly-2026-07-28 to
nightly-2026-08-04 (#4653)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
ci/rust-nightly/rust-toolchain.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ci/rust-nightly/rust-toolchain.toml
b/ci/rust-nightly/rust-toolchain.toml
index 202226a52..6642a2ce0 100644
--- a/ci/rust-nightly/rust-toolchain.toml
+++ b/ci/rust-nightly/rust-toolchain.toml
@@ -16,6 +16,6 @@
# under the License.
[toolchain]
-channel = "nightly-2026-07-28"
+channel = "nightly-2026-08-04"
profile = "minimal"
components = ["clippy"]