mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-20 11:31:04 +00:00
feat(impls): Add impls for num::{BigInt,BigUint,Complex,Ratio}
This commit is contained in:
@@ -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]]
|
||||
|
||||
Reference in New Issue
Block a user