Skip to content

Commit

Permalink
Bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Jul 18, 2024
1 parent 2f3aff6 commit 8e9f080
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.16.0"
version = "0.17.0"
authors = [
"Alex Morega <[email protected]>",
"Johannes Drönner <[email protected]>",
Expand All @@ -21,7 +21,7 @@ array = ["ndarray"]
thiserror = "1.0"
libc = "0.2"
geo-types = { version = "0.7.11" }
gdal-sys = { path = "gdal-sys", version = "^0.9" }
gdal-sys = { path = "gdal-sys", version = "0.10" }
ndarray = { version = "0.15", optional = true }
chrono = { version = "0.4.26", default-features = false }
bitflags = "2.4"
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.9.1"
version = "0.10.0"
repository = "https://github.com/georust/gdal"
authors = ["Johannes Drönner <[email protected]>"]
categories = ["science::geo", "api-bindings"]
Expand Down

0 comments on commit 8e9f080

Please sign in to comment.