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 23, 2024
1 parent 5be0736 commit 287b114
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 <alex@grep.ro>",
"Johannes Drönner <droenner@informatik.uni-marburg.de>",
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 <droenner@informatik.uni-marburg.de>"]
categories = ["science::geo", "api-bindings"]
Expand Down

0 comments on commit 287b114

Please sign in to comment.