Skip to content

Commit

Permalink
Merge pull request rust-num#118 from serde-rs/serializer
Browse files Browse the repository at this point in the history
New Serializer API
  • Loading branch information
dtolnay authored Jul 17, 2016
2 parents c09ea4a + 96f3a2a commit 60ebf5f
Show file tree
Hide file tree
Showing 5 changed files with 693 additions and 253 deletions.
2 changes: 1 addition & 1 deletion json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ unstable-testing = ["clippy"]
preserve_order = ["linked-hash-map", "linked-hash-map/serde_impl"]

[dependencies]
serde = "^0.7.0"
serde = "0.8.0-rc1"
num-traits = "~0.1.32"
clippy = { version = "^0.*", optional = true }
linked-hash-map = { version = "0.1", optional = true }
Expand Down
Loading

0 comments on commit 60ebf5f

Please sign in to comment.