Skip to content

Commit 5362990

Browse files
Update ndarray requirement from 0.14 to 0.15
Updates the requirements on [ndarray](https://github.com/rust-ndarray/ndarray) to permit the latest version. - [Release notes](https://github.com/rust-ndarray/ndarray/releases) - [Changelog](https://github.com/rust-ndarray/ndarray/blob/master/RELEASES.md) - [Commits](rust-ndarray/ndarray@0.14.0...0.15.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9e5eda0 commit 5362990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ thiserror = "1.0"
2121
libc = "0.2"
2222
geo-types = { version = "0.7.0" }
2323
gdal-sys = { path = "gdal-sys", version = "^0.3"}
24-
ndarray = {version = "0.14", optional = true }
24+
ndarray = {version = "0.15", optional = true }
2525
chrono = { version = "0.4", optional = true }
2626
bitflags = "1.2"
2727

0 commit comments

Comments
 (0)