Skip to content

Commit

Permalink
bump proj-sys dep in proj
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Dec 20, 2024
1 parent 4363287 commit ee61671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2018"
rust-version = "1.75"

[dependencies]
proj-sys = { version = "0.24.0", path = "proj-sys" }
proj-sys = { version = "0.25.0", path = "proj-sys" }
geo-types = { version = "0.7.10", optional = true }
libc = "0.2.119"
num-traits = "0.2.14"
Expand Down

1 comment on commit ee61671

@michaelkirk
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I snuck this in post review because cd proj-sys; cargo publish failed without it.

Note to self: always do a cargo publish --dry-run before asking for review.

Please sign in to comment.