From 7d5e1f749ff9b57d99bf2e07cec1ef9268674f8b Mon Sep 17 00:00:00 2001 From: Jim Turner Date: Tue, 30 Oct 2018 21:59:39 -0400 Subject: [PATCH] Update dependencies 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. --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b10c3149..3c4b17ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,5 @@ quickcheck = "0.7" ndarray-rand = "0.8" [patch.crates-io] -ndarray = { git = "https://github.com/jturner314/ndarray.git", branch = "master" } +ndarray = { git = "https://github.com/rust-ndarray/ndarray.git", branch = "master" } noisy_float = { git = "https://github.com/SergiusIW/noisy_float-rs.git", rev = "c33a94803987475bbd205c9ff5a697af533f9a17" } -matrixmultiply = { git = "https://github.com/jturner314/matrixmultiply.git", rev = "344f4b43c55fcf7b20be20baff38406ebe9afbfb" }