File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changes
22
33## Unreleased
4+
5+ ## 0.15
46- ** Breaking** : ` RasterBand::actual_block_size ` now takes two ` usize ` offsets instead of ` (isize, isize) `
57
68 - < https://github.com/georust/gdal/pull/413 >
Original file line number Diff line number Diff line change 22name = " gdal"
33description = " GDAL bindings for Rust"
44license = " MIT"
5- version = " 0.14 .0"
5+ version = " 0.15 .0"
66authors = [
77 " Alex Morega <alex@grep.ro>" ,
88 " Johannes Drönner <droenner@informatik.uni-marburg.de>" ,
@@ -21,7 +21,7 @@ array = ["ndarray"]
2121thiserror = " 1.0"
2222libc = " 0.2"
2323geo-types = { version = " 0.7.8" }
24- gdal-sys = { path = " gdal-sys" , version = " ^0.8 " }
24+ gdal-sys = { path = " gdal-sys" , version = " ^0.9 " }
2525ndarray = { version = " 0.15" , optional = true }
2626chrono = { version = " 0.4.23" , default-features = false }
2727bitflags = " 2.2"
Original file line number Diff line number Diff line change 22name = " gdal-sys"
33description = " Low level GDAL bindings for Rust"
44license = " MIT"
5- version = " 0.8 .0"
5+ version = " 0.9 .0"
66repository = " https://github.com/georust/gdal"
77authors = [" Johannes Drönner <droenner@informatik.uni-marburg.de>" ]
88categories = [" science::geo" , " api-bindings" ]
You can’t perform that action at this time.
0 commit comments