Skip to content

Commit ca3299f

Browse files
itamarstdavidhewitt
authored andcommitted
Update the dependency range
1 parent 505a79c commit ca3299f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ This crate uses types from `ndarray` in its public API. `ndarray` is re-exported
125125
in the crate root so that you do not need to specify it as a direct dependency.
126126

127127
Furthermore, this crate is compatible with multiple versions of `ndarray` and therefore depends
128-
on a range of semver-incompatible versions, currently `>= 0.13, < 0.16`. Cargo does not
128+
on a range of semver-incompatible versions, currently `>= 0.15, < 0.17`. Cargo does not
129129
automatically choose a single version of `ndarray` by itself if you depend directly or indirectly
130130
on anything but that exact range. It can therefore be necessary to manually unify these dependencies.
131131

0 commit comments

Comments
 (0)