Skip to content

Commit 29f7e7a

Browse files
committed
Test with a version of bincode that supports serde 1.0
1 parent f65bf89 commit 29f7e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ collections = ["serde/collections"]
2121
serde = { version = "1.0", default-features = false }
2222

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

0 commit comments

Comments
 (0)