Skip to content

Commit b4a0687

Browse files
committed
Update to bincode 0.9
bincode 0.9 comes with a reasonably big performance fix for deserialization. WebRender has already switched.
1 parent 127aa63 commit b4a0687

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
@@ -13,7 +13,7 @@ unstable = []
1313
async = ["futures"]
1414

1515
[dependencies]
16-
bincode = "0.8"
16+
bincode = "0.9"
1717
lazy_static = "0.2"
1818
libc = "0.2.12"
1919
rand = "0.3"

0 commit comments

Comments
 (0)