We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7fdc43 commit f4d824fCopy full SHA for f4d824f
README.md
@@ -140,7 +140,7 @@ this will currently depend on both version `0.13.1` and `0.15.3` of `ndarray` by
140
even though `0.13.1` is within the range `>= 0.13, < 0.16`. To fix this, you can run
141
142
```sh
143
-cargo update ---package ndarray:0.15.3 --precise 0.13.1
+cargo update --package ndarray:0.15.3 --precise 0.13.1
144
```
145
146
to achieve a single dependency on version `0.13.1` of `ndarray`.
0 commit comments