diff --git a/.github/workflows/build-rtc.yml b/.github/workflows/build-rtc.yml index 5c7a8a39..ac58b75b 100644 --- a/.github/workflows/build-rtc.yml +++ b/.github/workflows/build-rtc.yml @@ -47,11 +47,11 @@ jobs: - name: Install cibuildwheel if: runner.os != 'macOS' - run: python3 -m pip install cibuildwheel==2.15.0 + run: python3 -m pip install cibuildwheel==2.17.0 - name: Install cibuildwheel on macOS if: runner.os == 'macOS' - run: python3 -m pip install --break-system-packages cibuildwheel==2.15.0 + run: python3 -m pip install --break-system-packages cibuildwheel==2.17.0 - name: Build wheels run: python3 -m cibuildwheel --output-dir dist diff --git a/livekit-rtc/rust-sdks b/livekit-rtc/rust-sdks index 1bb6a3e9..ea0bc400 160000 --- a/livekit-rtc/rust-sdks +++ b/livekit-rtc/rust-sdks @@ -1 +1 @@ -Subproject commit 1bb6a3e90b9d0646b4f4530fc3bccabf86b76674 +Subproject commit ea0bc40093ebcc7d308b2c4e8d088340557bdf46