Skip to content

Commit 3e63149

Browse files
committed
Merge branch 'mkirk/proj-sys-release-0.25.0'
2 parents c81df5d + ee61671 commit 3e63149

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ edition = "2018"
1414
rust-version = "1.75"
1515

1616
[dependencies]
17-
proj-sys = { version = "0.24.0", path = "proj-sys" }
17+
proj-sys = { version = "0.25.0", path = "proj-sys" }
1818
geo-types = { version = "0.7.10", optional = true }
1919
libc = "0.2.119"
2020
num-traits = "0.2.14"

proj-sys/CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# UNRELEASED
1+
# 0.25.0 - 2024-12-20
22

33
- BREAKING: Update bindgen to 0.71.1
44

proj-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "proj-sys"
33
description = "Rust bindings for PROJ v9.4.x"
44
repository = "https://github.com/georust/proj"
5-
version = "0.24.0"
5+
version = "0.25.0"
66
readme = "README.md"
77
authors = ["The Georust developers <[email protected]>"]
88
keywords = ["proj", "projection", "osgeo", "geo", "geospatial"]

0 commit comments

Comments
 (0)