Skip to content

Commit e4c195f

Browse files
committed
(cargo-release) version 0.5.0
1 parent 55a1ee6 commit e4c195f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ datetime = ["chrono"]
2020
thiserror = "1.0"
2121
libc = "0.2"
2222
geo-types = { version = "0.7" }
23-
gdal-sys = { path = "gdal-sys", version = "^0.4"}
23+
gdal-sys = { path = "gdal-sys", version = "^0.5"}
2424
ndarray = {version = "0.15", optional = true }
2525
chrono = { version = "0.4", optional = true }
2626
bitflags = "1.2"
2727

2828
[build-dependencies]
29-
gdal-sys = { path = "gdal-sys", version= "^0.4"}
29+
gdal-sys = { path = "gdal-sys", version= "^0.5"}
3030
semver = "1.0"
3131

3232
[dev-dependencies]

gdal-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "gdal-sys"
33
description = "Low level GDAL bindings for Rust"
44
license = "MIT"
5-
version = "0.4.0"
5+
version = "0.5.0"
66
repository = "https://github.com/georust/gdal"
77
authors = ["Johannes Drönner <[email protected]>"]
88
edition = "2018"

0 commit comments

Comments
 (0)