Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/latest' into lirber/mastiff
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Oct 9, 2023
2 parents 1fab8f8 + 24bf474 commit d5222fe
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
python-version: '3.9'

- name: Build wheels
uses: pypa/[email protected].0
uses: pypa/[email protected].2
env:
CIBW_ENVIRONMENT_MACOS: ${{ matrix.macos_target }}
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_wheel_all_archs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
platforms: all

- name: Build wheels
uses: pypa/[email protected].0
uses: pypa/[email protected].2
env:
CIBW_ENVIRONMENT_MACOS: ${{ matrix.macos_target }}
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
Expand Down
37 changes: 21 additions & 16 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions src/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ default = []

[dependencies]
az = "1.0.0"
bytecount = "0.6.0"
byteorder = "1.4.3"
bytecount = "0.6.4"
byteorder = "1.5.0"
camino = { version = "1.1.6", features = ["serde1"] }
cfg-if = "1.0"
counter = "0.5.7"
Expand All @@ -41,7 +41,7 @@ getset = "0.1.1"
histogram = "0.6.9"
log = "0.4.20"
md5 = "0.7.0"
memmap2 = "0.8.0"
memmap2 = "0.9.0"
murmurhash3 = "0.0.5"
niffler = { version = "2.3.1", default-features = false, features = [ "gz" ] }
nohash-hasher = "0.2.0"
Expand All @@ -63,7 +63,7 @@ vec-collections = "0.4.3"
[dev-dependencies]
criterion = "0.5.1"
needletail = { version = "0.5.1", default-features = false }
proptest = { version = "1.2.0", default-features = false, features = ["std"]}
proptest = { version = "1.3.1", default-features = false, features = ["std"]}
rand = "0.8.2"
tempfile = "3.7.1"

Expand Down

0 comments on commit d5222fe

Please sign in to comment.