Skip to content

Commit

Permalink
bump proj-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Apr 18, 2022
1 parent 0d0d373 commit bceb5db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "README.md"
edition = "2018"

[dependencies]
proj-sys = { version = "0.22.0", path = "proj-sys" }
proj-sys = { version = "0.23.0", path = "proj-sys" }
geo-types = { version = "0.7.3", optional = true }
libc = "0.2.119"
num-traits = "0.2.14"
Expand Down
2 changes: 1 addition & 1 deletion proj-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "proj-sys"
description = "Rust bindings for PROJ v9.0.x"
repository = "https://github.com/georust/proj"
version = "0.22.0"
version = "0.23.0"
readme = "README.md"
authors = ["The Georust developers <[email protected]>"]
keywords = ["proj", "projection", "osgeo", "geo", "geospatial"]
Expand Down

0 comments on commit bceb5db

Please sign in to comment.