Skip to content

Commit

Permalink
Merge pull request #145 from georust/update
Browse files Browse the repository at this point in the history
Update geos version to 8.3.1 and geos-sys version to 2.0.6
  • Loading branch information
GuillaumeGomez authored Feb 7, 2024
2 parents b6bff2f + 30e73af commit a464077
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geos"
version = "8.3.0"
version = "8.3.1"
authors = [
"Matthieu Viry <[email protected]>",
"Adrien Matissart <[email protected]>",
Expand Down Expand Up @@ -37,7 +37,7 @@ c_vec = "2"
geojson = { version = "0.24", optional = true }
geo-types = { version = "0.7", optional = true }
wkt = { version = "0.10.3", optional = true }
geos-sys = { path = "sys", version = "2.0.5" }
geos-sys = { path = "sys", version = "2.0.6" }

[package.metadata.docs.rs]
features = ["dox"]
2 changes: 1 addition & 1 deletion sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geos-sys"
version = "2.0.5"
version = "2.0.6"
authors = ["Guillaume Gomez <[email protected]>"]

description = "GEOS C API bindings"
Expand Down

0 comments on commit a464077

Please sign in to comment.