Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Expand Up @@ -2,7 +2,7 @@
name = "gdal"
description = "GDAL bindings for Rust"
license = "MIT"
version = "0.18.0"
version = "0.19.0"
authors = [
"Alex Morega <[email protected]>",
"Johannes Drönner <[email protected]>",
Expand All @@ -21,7 +21,7 @@ array = ["ndarray"]
[dependencies]
thiserror = "2.0"
geo-types = { version = "0.7.18" }
gdal-sys = { path = "gdal-sys", version = "0.11" }
gdal-sys = { path = "gdal-sys", version = "0.12" }
gdal-src = { path = "gdal-src", version = "0.3", optional = true, default-features = false }
ndarray = { version = "0.17", optional = true }
chrono = { version = "0.4.26", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion gdal-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gdal-sys"
description = "Low level GDAL bindings for Rust"
license = "MIT"
version = "0.11.0"
version = "0.12.0"
repository = "https://github.com/georust/gdal"
authors = ["Johannes Drönner <[email protected]>"]
categories = ["science::geo", "api-bindings"]
Expand Down