feat(impls): Add impls for num::{BigInt,BigUint,Complex,Ratio}

This commit is contained in:
Erick Tryzelaar
2015-12-01 09:03:08 -08:00
parent f3f098e7f5
commit 1a8a11e924
10 changed files with 201 additions and 4 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ serde_codegen = { version = "*", path = "../serde_codegen", features = ["with-sy
[dev-dependencies]
num = "^0.1.27"
rustc-serialize = "^0.3.16"
serde = { version = "*", path = "../serde" }
serde = { version = "*", path = "../serde", features = ["num-impls"] }
syntex = "^0.22.0"
[[test]]