Skip to content

Commit

Permalink
Use upstream proj-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed May 10, 2024
1 parent 50dd405 commit 27c2a5e
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 @@ -48,4 +48,4 @@ rustdoc-args = ["--cfg", "docsrs"]


[patch.crates-io]
proj-sys = { git = "https://github.com/GiGainfosystems/proj", rev = "44a503869709ea793a5f8452bfb9e2a99b7160fc" }
proj-sys = { git = "https://github.com/georust/proj", rev = "4a0e203" }
2 changes: 1 addition & 1 deletion gdal-src/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
link-cplusplus = "1.0"
proj-sys = { version = "0.23.2", features = ["bundled_proj"] }
proj-sys = { version = "0.24.0", features = ["bundled_proj"] }
libsqlite3-sys = { version = "0.28.0", features = ["bundled"], optional = true }
hdf5-src = { version = "0.8.1", optional = true, features = ["hl"] }
hdf5-sys = { version = "0.8.1", optional = true, features = ["static"] }
Expand Down

0 comments on commit 27c2a5e

Please sign in to comment.