File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ datetime = ["chrono"]
20
20
thiserror = " 1.0"
21
21
libc = " 0.2"
22
22
geo-types = { version = " 0.7" }
23
- gdal-sys = { path = " gdal-sys" , version = " ^0.4 " }
23
+ gdal-sys = { path = " gdal-sys" , version = " ^0.5 " }
24
24
ndarray = {version = " 0.15" , optional = true }
25
25
chrono = { version = " 0.4" , optional = true }
26
26
bitflags = " 1.2"
27
27
28
28
[build-dependencies ]
29
- gdal-sys = { path = " gdal-sys" , version = " ^0.4 " }
29
+ gdal-sys = { path = " gdal-sys" , version = " ^0.5 " }
30
30
semver = " 1.0"
31
31
32
32
[dev-dependencies ]
Original file line number Diff line number Diff line change 2
2
name = " gdal-sys"
3
3
description = " Low level GDAL bindings for Rust"
4
4
license = " MIT"
5
- version = " 0.4 .0"
5
+ version = " 0.5 .0"
6
6
repository = " https://github.com/georust/gdal"
7
7
authors = [
" Johannes Drönner <[email protected] >" ]
8
8
edition = " 2018"
You can’t perform that action at this time.
0 commit comments