Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Apr 16, 2024
1 parent 1f8970f commit 677e38f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ categories = ["algorithms", "api-bindings"]
documentation = "https://mthh.github.io/sfcgal-rs/sfcgal/"

[dependencies]
sfcgal-sys = "0.6.0"
sfcgal-sys = "0.7.0"
anyhow = "1.0"
libc = "0.2"
geo-types = "0.7"
enum-primitive-derive = "0.2"
enum-primitive-derive = "0.3"
num-traits = "0.2"
approx = "0.5"
geojson = ">= 0.19, <= 0.24"
geojson = ">= 0.19, <= 0.24.1"

0 comments on commit 677e38f

Please sign in to comment.