Merge pull request #456 from spearman/bump-num-traits
Bump num-traits version -> 0.2
This commit is contained in:
commit
e7c31cbe5e
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ swizzle = []
|
|||
[dependencies]
|
||||
approx = "0.1"
|
||||
mint = { version = "0.5", optional = true }
|
||||
num-traits = "0.1"
|
||||
num-traits = "0.2"
|
||||
rand = "0.4"
|
||||
serde = { version = "1.0", features = ["serde_derive"], optional = true }
|
||||
simd = { version = "0.2", optional = true }
|
||||
|
|
Loading…
Reference in a new issue