This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch avro-3828-fix-ci-build-warnings
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to 
refs/heads/avro-3828-fix-ci-build-warnings by this push:
     new fb685fc7a AVRO-3828: [Rust] Quote the versions of Rust in the CI matrix
fb685fc7a is described below

commit fb685fc7af1832d27529bdc852ba4a59efd23eb0
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Thu Aug 10 13:43:40 2023 +0300

    AVRO-3828: [Rust] Quote the versions of Rust in the CI matrix
    
    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
 .github/workflows/test-lang-rust-ci.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/test-lang-rust-ci.yml 
b/.github/workflows/test-lang-rust-ci.yml
index 347f5d914..f42d3dd69 100644
--- a/.github/workflows/test-lang-rust-ci.yml
+++ b/.github/workflows/test-lang-rust-ci.yml
@@ -46,10 +46,10 @@ jobs:
     strategy:
       matrix:
         rust:
-          - stable
-          - beta
-          - nightly
-          - 1.65.0  # MSRV
+          - 'stable'
+          - 'beta'
+          - 'nightly'
+          - '1.65.0'  # MSRV
         target:
           - x86_64-unknown-linux-gnu
           - wasm32-unknown-unknown

Reply via email to