Skip to content

Commit

Permalink
Merge #430
Browse files Browse the repository at this point in the history
430: Update-deps-for-0.16.0 r=lnicola a=jdroenner

- [ ] I agree to follow the project's [code of conduct](https://github.com/georust/gdal/blob/master/CODE_OF_CONDUCT.md).
- [ ] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users.
---



Co-authored-by: Johannes Drönner <[email protected]>
  • Loading branch information
bors[bot] and jdroenner committed Aug 24, 2023
2 parents d431893 + 949c561 commit d93ab7f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ array = ["ndarray"]
[dependencies]
thiserror = "1.0"
libc = "0.2"
geo-types = { version = "0.7.8" }
geo-types = { version = "0.7.11" }
gdal-sys = { path = "gdal-sys", version = "^0.9" }
ndarray = { version = "0.15", optional = true }
chrono = { version = "0.4.23", default-features = false }
bitflags = "2.2"
once_cell = "1.9"
chrono = { version = "0.4.26", default-features = false }
bitflags = "2.4"
once_cell = "1.18"

[build-dependencies]
semver = "1.0"

[dev-dependencies]
tempfile = "3.3"
tempfile = "3.8"
# Only used in the example
arrow2 = "0.17"

Expand Down
4 changes: 2 additions & 2 deletions gdal-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
name = "gdal-sys"
description = "Low level GDAL bindings for Rust"
license = "MIT"
version = "0.9.0"
version = "0.9.1"
repository = "https://github.com/georust/gdal"
authors = ["Johannes Drönner <[email protected]>"]
categories = ["science::geo", "api-bindings"]
edition = "2018"
edition = "2021"
rust-version = "1.58"
links="gdal"

Expand Down

0 comments on commit d93ab7f

Please sign in to comment.