Skip to content

Commit d22d044

Browse files
author
bors-servo
authored
Auto merge of #175 - jrmuizel:bincode-update, r=jdm
Update to bincode 0.9 bincode 0.9 comes with a reasonably big performance fix for deserialization. WebRender has already switched.
2 parents 127aa63 + 909fbc0 commit d22d044

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ipc-channel"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
description = "A multiprocess drop-in replacement for Rust channels"
55
authors = ["The Servo Project Developers"]
66
license = "MIT/Apache-2.0"
@@ -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)