From 20b9eb2588f07ef906f0397bba333f640481f5fb Mon Sep 17 00:00:00 2001 From: Jim Turner Date: Sun, 18 Nov 2018 12:30:12 -0500 Subject: [PATCH] Update noisy_float to 0.1.8 (#11) We no longer need to patch it. --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ff5dc083..ee420ab1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Jim Turner "] [dependencies] ndarray = "0.12" -noisy_float = "0.1" +noisy_float = "0.1.8" num-traits = "0.2" rand = "0.5" itertools = { version = "0.7.0", default-features = false } @@ -16,4 +16,3 @@ ndarray-rand = "0.8" [patch.crates-io] ndarray = { git = "https://github.com/rust-ndarray/ndarray.git", branch = "master" } -noisy_float = { git = "https://github.com/SergiusIW/noisy_float-rs.git", rev = "c33a94803987475bbd205c9ff5a697af533f9a17" }