Skip to content

Commit

Permalink
updating toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sga001 committed Jul 30, 2018
1 parent 6d0134c commit 97b9b10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ gcc = "0.3.54"

[dependencies]
libc = "0.2.42"
rand = "0.5.0"
serde = "1.0.65"
serde_derive = "1.0.65"
rand = "0.5.4"
serde = "1.0.70"
serde_derive = "1.0.70"

[dev-dependencies]
criterion = "0.2.3"
criterion = "0.2.4"
serde_bytes = "0.10.4"

[[bench]]
Expand Down

0 comments on commit 97b9b10

Please sign in to comment.