Skip to content

Commit

Permalink
rust: update geo crate to 0.26
Browse files Browse the repository at this point in the history
Previously used version 0.23 was carrying a [recursive declaration issue][1]

[1]: rust-lang/rust#110475

Signed-off-by: Nicolas Buffon <nicolas.buffon@orange.com>
  • Loading branch information
nbuffon committed Aug 4, 2023
1 parent 95f598e commit f6a26ca
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 16 deletions.
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 f6a26ca

Please sign in to comment.