From bff13beb709413307970a86892d0ad55eaadc494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Dr=C3=B6nner?= Date: Wed, 19 Jan 2022 14:35:24 +0100 Subject: [PATCH] (cargo-release) version 0.6.0 --- Cargo.toml | 4 ++-- gdal-sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b9f8781e..d718acc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,14 +19,14 @@ array = ["ndarray"] thiserror = "1.0" libc = "0.2" geo-types = { version = "0.7" } -gdal-sys = { path = "gdal-sys", version = "^0.5" } +gdal-sys = { path = "gdal-sys", version = "^0.6"} 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.5" } +gdal-sys = { path = "gdal-sys", version = "^0.6"} semver = "1.0" [dev-dependencies] diff --git a/gdal-sys/Cargo.toml b/gdal-sys/Cargo.toml index c85a488f..82bef966 100644 --- a/gdal-sys/Cargo.toml +++ b/gdal-sys/Cargo.toml @@ -2,7 +2,7 @@ name = "gdal-sys" description = "Low level GDAL bindings for Rust" license = "MIT" -version = "0.5.0" +version = "0.6.0" repository = "https://github.com/georust/gdal" authors = ["Johannes Drönner "] edition = "2018"