Skip to content

Commit 2370af3

Browse files
Merge branch 'main' into port-hls-to-rust
2 parents f2b852a + 47e8c98 commit 2370af3

37 files changed

+2365
-79
lines changed

.github/workflows/wheels-build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
env:
118118
PGO_WORK_DIR: ${{ github.workspace }}/pgo-data
119119
PGO_OUT_PATH: ${{ github.workspace }}/merged.profdata
120-
- uses: pypa/cibuildwheel@v2.22.0
120+
- uses: pypa/cibuildwheel@v2.23.0
121121
- uses: actions/upload-artifact@v4
122122
with:
123123
path: ./wheelhouse/*.whl
@@ -136,7 +136,7 @@ jobs:
136136
- uses: docker/setup-qemu-action@v3
137137
with:
138138
platforms: all
139-
- uses: pypa/cibuildwheel@v2.22.0
139+
- uses: pypa/cibuildwheel@v2.23.0
140140
env:
141141
CIBW_ARCHS_LINUX: s390x
142142
CIBW_TEST_SKIP: "cp*"
@@ -159,7 +159,7 @@ jobs:
159159
- uses: docker/setup-qemu-action@v3
160160
with:
161161
platforms: all
162-
- uses: pypa/cibuildwheel@v2.22.0
162+
- uses: pypa/cibuildwheel@v2.23.0
163163
env:
164164
CIBW_ARCHS_LINUX: ppc64le
165165
CIBW_TEST_SKIP: "cp*"

Cargo.lock

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ license = "Apache-2.0"
1414
#
1515
# Each crate can add on specific features freely as it inherits.
1616
[workspace.dependencies]
17-
bytemuck = "1.21"
17+
bytemuck = "1.22"
1818
bitfield-struct = "0.9.3"
1919
indexmap.version = "2.7.1"
2020
hashbrown.version = "0.15.2"

0 commit comments

Comments
 (0)