Skip to content

Commit

Permalink
Test with a version of bincode that supports serde 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 6, 2017
1 parent f65bf89 commit 29f7e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ collections = ["serde/collections"]
serde = { version = "1.0", default-features = false }

[dev-dependencies]
#bincode = { git = "https://github.com/TyOverby/bincode", branch = "master" }
bincode = "0.8"
serde_derive = "1.0"
serde_test = "1.0"

0 comments on commit 29f7e7a

Please sign in to comment.