From 2d7534aa2f47bd9c1daa3a50fbb88f08dd6443b6 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Sat, 22 Aug 2026 19:31:31 -0700 Subject: [PATCH] update minio-cpp version v0.7.0 --- .github/workflows/ci-rdma.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-rdma.yml b/.github/workflows/ci-rdma.yml index 0a54a23c..3846bb0d 100644 --- a/.github/workflows/ci-rdma.yml +++ b/.github/workflows/ci-rdma.yml @@ -33,12 +33,12 @@ jobs: # libs3rdma it vendors, so a floating main makes the build race whatever # landed there. It already did -- a run against the pre-libs3rdma tree # failed on -lnuma/-lrdmacm, which the libs3rdma build no longer needs. - # v0.6.0 is the first release carrying the libs3rdma transport. + # v0.7.0 is the first release carrying the libs3rdma transport. - name: Checkout minio-cpp uses: actions/checkout@v4 with: repository: minio/minio-cpp - ref: v0.6.0 + ref: v0.7.0 path: "minio-cpp" - name: Checkout vcpkg