Skip to content

Commit

Permalink
Merge branch 'latest' into pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb authored Sep 17, 2024
2 parents 8dd5af6 + 51c9de9 commit c3061db
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
python-version: '3.10'

- name: Build wheels
uses: pypa/cibuildwheel@v2.20.0
uses: pypa/cibuildwheel@v2.21.1
env:
CIBW_ENVIRONMENT_MACOS: ${{ matrix.macos_target }}
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
Expand All @@ -63,7 +63,7 @@ jobs:
- uses: actions/checkout@v4

- name: Build wheels
uses: pypa/cibuildwheel@v2.20.0
uses: pypa/cibuildwheel@v2.21.1
env:
CIBW_PLATFORM: pyodide
CIBW_BUILD: 'cp312-pyodide_wasm32'
Expand Down
30 changes: 14 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ csv = "1.3.0"
enum_dispatch = "0.3.13"
finch = { version = "0.6.0", optional = true }
fixedbitset = "0.4.0"
getset = "0.1.1"
getset = "0.1.3"
histogram = "0.11.0"
itertools = "0.13.0"
log = "0.4.22"
md5 = "0.7.0"
memmap2 = "0.9.4"
memmap2 = "0.9.5"
murmurhash3 = "0.0.5"
needletail = { version = "0.5.1", default-features = false }
niffler = { version = "2.4.0", default-features = false, features = [ "gz" ] }
Expand Down

0 comments on commit c3061db

Please sign in to comment.