Skip to content

Commit cee262a

Browse files
jturner314LukeMathWalker
authored andcommitted
Update dependencies (#10)
A new version of `matrixmultiply` has been released, so it's no longer necessary to patch it. The main `rust-ndarray/ndarray` repository now has everything necessary, so it's no longer necessary to use @jturner314's fork.
1 parent 17a0b99 commit cee262a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@ quickcheck = "0.7"
1414
ndarray-rand = "0.8"
1515

1616
[patch.crates-io]
17-
ndarray = { git = "https://github.com/jturner314/ndarray.git", branch = "master" }
17+
ndarray = { git = "https://github.com/rust-ndarray/ndarray.git", branch = "master" }
1818
noisy_float = { git = "https://github.com/SergiusIW/noisy_float-rs.git", rev = "c33a94803987475bbd205c9ff5a697af533f9a17" }
19-
matrixmultiply = { git = "https://github.com/jturner314/matrixmultiply.git", rev = "344f4b43c55fcf7b20be20baff38406ebe9afbfb" }

0 commit comments

Comments
 (0)