Skip to content

Commit

Permalink
Merge pull request #86 from nbuffon/update_geo_crate
Browse files Browse the repository at this point in the history
rust: update geo crate to 0.26

Signed-off by: Nicolas Buffon <nicolas.buffon@orange.com>
  • Loading branch information
nbuffon authored Aug 8, 2023
2 parents 95f598e + 93c9e4b commit 36072ad
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 17 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build source
- name: Build
run: |
cd rust
cargo build --verbose
- name: Release build
run: |
cd rust
cargo build --release --verbose
- name: Run tests
run: |
cd rust
Expand Down
54 changes: 39 additions & 15 deletions rust/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 rust/libits-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ navigation = "0.1"
cheap-ruler = "0.3.0"
rustls = "0.19"
integer-sqrt = "0.1.5"
geo = "0.23"
geo = "0.26"

[dependencies.serde]
version = "1.0"
Expand Down

0 comments on commit 36072ad

Please sign in to comment.