Skip to content

Commit

Permalink
Use published num-traits crate
Browse files Browse the repository at this point in the history
Version 0.2.9 of num-traits now includes the no-std support.
  • Loading branch information
CryZe authored Nov 18, 2019
1 parent 021b9bb commit c09cae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ std = ["num-traits/std"]
libm = ["num-traits/libm"]

[dependencies]
num-traits = { git = "https://github.com/rust-num/num-traits", default-features = false }
num-traits = { version = "0.2.9", default-features = false }
serde = { version = "1.0", default-features = false, features = ["serde_derive"], optional = true }
mint = {version = "0.5.1", optional = true}

Expand Down

0 comments on commit c09cae9

Please sign in to comment.