Skip to content

Commit

Permalink
(cargo-release) version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdroenner committed Sep 2, 2022
1 parent c82c793 commit 1e913ba
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 @@ -19,14 +19,14 @@ array = ["ndarray"]
thiserror = "1.0"
libc = "0.2"
geo-types = { version = "0.7" }
gdal-sys = { path = "gdal-sys", version = "^0.6"}
gdal-sys = { path = "gdal-sys", version = "^0.7" }
ndarray = { version = "0.15", optional = true }
chrono = { version = "0.4" }
bitflags = "1.3"
once_cell = "1.9"

[build-dependencies]
gdal-sys = { path = "gdal-sys", version = "^0.6"}
gdal-sys = { path = "gdal-sys", version = "^0.7" }
semver = "1.0"

[dev-dependencies]
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.6.0"
version = "0.7.0"
repository = "https://github.com/georust/gdal"
authors = ["Johannes Drönner <[email protected]>"]
edition = "2018"
Expand Down

0 comments on commit 1e913ba

Please sign in to comment.