Skip to content

Commit

Permalink
⬆️ Bump geo from 0.28.0 rev 481196b to 0.29.0 (#20)
Browse files Browse the repository at this point in the history
* ⬆️ Bump geo from 0.28.0 rev 481196b to 0.29.0

Bumps [geo](https://github.com/georust/geo) from 0.28.0 to 0.29.0.
- [Changelog](https://github.com/georust/geo/blob/main/CHANGES.md)
- [Commits](georust/geo@geo-0.28.0...geo-0.29.0)

* ⬆️ Bump uraimo/run-on-arch-action from 2.7.1 to 2.8.1

Bumps [uraimo/run-on-arch-action](https://github.com/uraimo/run-on-arch-action) from 2.7.1 to 2.8.1.
- [Release notes](https://github.com/uraimo/run-on-arch-action/releases)
- [Commits](uraimo/run-on-arch-action@v2.7.1...v2.8.1)

Xref uraimo/run-on-arch-action#155
  • Loading branch information
weiji14 authored Oct 31, 2024
1 parent 8af6ce9 commit 5a8cee8
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
pytest --verbose
- name: pytest
if: ${{ !startsWith(matrix.target, 'x86') && matrix.target != 'ppc64' }}
uses: uraimo/run-on-arch-action@517085f0367c8256bcfa753e3e13e1550af09954 # v2.7.1
uses: uraimo/run-on-arch-action@5397f9e30a9b62422f302092631c99ae1effcd9e # v2.8.1
with:
arch: ${{ matrix.target }}
distro: ubuntu22.04
Expand Down
99 changes: 95 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
bytes = "1.5.0"
geo = { git = "https://github.com/georust/geo.git", version = "0.28.0", rev = "481196b4e50a488442b3919e02496ad909fc5412" }
geo = "0.29.0"
ndarray = "0.15.6"
num-traits = "0.2.19"
numpy = "0.22.0"
Expand Down

0 comments on commit 5a8cee8

Please sign in to comment.