Skip to content

Commit

Permalink
Update noisy_float to 0.1.8 (#11)
Browse files Browse the repository at this point in the history
We no longer need to patch it.
  • Loading branch information
jturner314 authored and LukeMathWalker committed Nov 18, 2018
1 parent fcbe35a commit 20b9eb2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Jim Turner <rust@turner.link>"]

[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 }
Expand All @@ -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" }

0 comments on commit 20b9eb2

Please sign in to comment.