Skip to content

Commit

Permalink
Merge pull request #932 from messense/update-cargo-xwin
Browse files Browse the repository at this point in the history
Update cargo-xwin to 0.8.6
  • Loading branch information
messense authored May 21, 2022
2 parents e2bcf97 + 69809c2 commit d39ab1a
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 44 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ jobs:
- name: test cross compiling windows wheel
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get install -y mingw-w64 llvm
sudo apt-get install -y mingw-w64
rustup component add llvm-tools-preview
rustup target add x86_64-pc-windows-gnu
rustup target add x86_64-pc-windows-msvc
Expand Down
24 changes: 12 additions & 12 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ bytesize = "1.0.1"
glob = "0.3.0"
cargo_metadata = "0.14.0"
cargo-zigbuild = "0.8.7"
cargo-xwin = { version = "0.8.5", default-features = false }
cargo-xwin = { version = "0.8.6", default-features = false }
cbindgen = { version = "0.23.0", default-features = false }
flate2 = "1.0.18"
goblin = "0.5.1"
Expand Down
30 changes: 15 additions & 15 deletions test-crates/pyo3-mixed/Cargo.lock

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

30 changes: 15 additions & 15 deletions test-crates/pyo3-pure/Cargo.lock

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

0 comments on commit d39ab1a

Please sign in to comment.