Skip to content

Commit

Permalink
Update to serde 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Feb 4, 2017
1 parent 0e8a24a commit 9d191e4
Show file tree
Hide file tree
Showing 5 changed files with 246 additions and 241 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ documentation = "https://docs.rs/serde-bench/"
include = ["Cargo.toml", "src/**/*.rs"]

[dependencies]
byteorder = "0.5"
num-traits = "0.1"
serde = "0.8"
byteorder = "1.0"
serde = "0.9"
Loading

0 comments on commit 9d191e4

Please sign in to comment.