Skip to content

Commit

Permalink
Update ndarray requirement from 0.14 to 0.15
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] committed Mar 26, 2021
1 parent 9e5eda0 commit 5362990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ thiserror = "1.0"
libc = "0.2"
geo-types = { version = "0.7.0" }
gdal-sys = { path = "gdal-sys", version = "^0.3"}
ndarray = {version = "0.14", optional = true }
ndarray = {version = "0.15", optional = true }
chrono = { version = "0.4", optional = true }
bitflags = "1.2"

Expand Down

0 comments on commit 5362990

Please sign in to comment.