This is an automated email from the ASF dual-hosted git repository.
jiayuliu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push:
new 548c961 update nightly version for miri (#1189)
548c961 is described below
commit 548c96101e9f9cb06099a630d7d58f6a4e70f2f9
Author: Jiayu Liu <[email protected]>
AuthorDate: Tue Jan 18 09:52:01 2022 +0800
update nightly version for miri (#1189)
---
.github/workflows/miri.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/miri.yaml b/.github/workflows/miri.yaml
index bcbb48e..73dfc00 100644
--- a/.github/workflows/miri.yaml
+++ b/.github/workflows/miri.yaml
@@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
arch: [amd64]
- rust: [nightly-2021-10-23]
+ rust: [nightly-2022-01-17]
steps:
- uses: actions/checkout@v2
with: