Skip to content

Commit

Permalink
Merge branch 'latest' into use-new-tax-classes
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegenes committed Jan 31, 2023
2 parents 60ded63 + 97a86f9 commit 5d51cfd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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/cibuildwheel@v2.11.4
uses: pypa/cibuildwheel@v2.12.0
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/cibuildwheel@v2.11.4
uses: pypa/cibuildwheel@v2.12.0
env:
CIBW_ENVIRONMENT_MACOS: ${{ matrix.macos_target }}
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion src/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.91"
primal-check = "0.3.1"
thiserror = "1.0"
typed-builder = "0.11.0"
typed-builder = "0.12.0"
twox-hash = "1.6.0"
vec-collections = "0.3.4"
piz = "0.4.0" # piz 0.5.1 requires Rust 1.63+
Expand Down

0 comments on commit 5d51cfd

Please sign in to comment.