Skip to content

Commit 460fc2e

Browse files
authored
Merge pull request #175 from georust/dependabot/cargo/ndarray-0.15
Update ndarray requirement from 0.14 to 0.15
2 parents 9e5eda0 + 5362990 commit 460fc2e

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)