Skip to content

Commit

Permalink
Merge pull request #175 from georust/dependabot/cargo/ndarray-0.15
Browse files Browse the repository at this point in the history
Update ndarray requirement from 0.14 to 0.15
  • Loading branch information
jdroenner committed Mar 27, 2021
2 parents 9e5eda0 + 5362990 commit 460fc2e
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 460fc2e

Please sign in to comment.