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

mbrobbel pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs-object-store.git


The following commit(s) were added to refs/heads/main by this push:
     new 28b2fc5  chore: fix msrv check by pinning syn (#519)
28b2fc5 is described below

commit 28b2fc563feb44bb3d15718cf58036772334a704
Author: Matthijs Brobbel <[email protected]>
AuthorDate: Mon Oct 27 16:28:12 2025 +0100

    chore: fix msrv check by pinning syn (#519)
---
 .github/workflows/rust.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 52bc025..ed0683d 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -64,6 +64,7 @@ jobs:
           cargo update -p parking_lot --precise 0.12.4
           cargo update -p parking_lot_core --precise 0.9.11
           cargo update -p lock_api --precise 0.4.13
+          cargo update -p syn --precise 2.0.106
       - name: Check
         run: |
           # run `cargo msrv verify` to see problems

Reply via email to