Skip to content

Commit

Permalink
(deps) updated serde:1.0, heapsize:0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jchlapinski committed Jul 26, 2017
1 parent caecfda commit 35589c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ heapsize_impl = ["heapsize"]

[dependencies]
clippy = { version = "0.*", optional = true }
serde = { version = "1.*", optional = true }
serde_test = { version = "1.*", optional = true }
heapsize = { version = "0.*", optional = true }
serde = { version = "1.0", optional = true }
serde_test = { version = "1.0", optional = true }
heapsize = { version = "0.4", optional = true }

0 comments on commit 35589c5

Please sign in to comment.