aboutsummaryrefslogtreecommitdiffstats
path: root/components/bluetooth_traits
diff options
context:
space:
mode:
authorGlenn Watson <github@intuitionlibrary.com>2017-10-16 08:35:07 +1000
committerGlenn Watson <github@intuitionlibrary.com>2017-10-16 16:33:24 +1000
commit4469f39f3fe9b214074b8cbff8685b8deabed9b3 (patch)
tree43b8f9d56ff2c50ef3b2a8035640248b67851190 /components/bluetooth_traits
parent086c48210c1ea0b65c91e1b300f796758080871f (diff)
downloadservo-4469f39f3fe9b214074b8cbff8685b8deabed9b3.tar.gz
servo-4469f39f3fe9b214074b8cbff8685b8deabed9b3.zip
Update WR (details below):
* Add support for clip masks on text runs. * Fix atomic ordering of items with multiple shadows. * Update to bincode + ipc-channel with optimizations. * Fix some plane splitting precision errors. * Improve the anti-aliasing quality significantly. * Add internal ClipChain support. * Fix diacritic glyphs on Linux.
Diffstat (limited to 'components/bluetooth_traits')
-rw-r--r--components/bluetooth_traits/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/bluetooth_traits/Cargo.toml b/components/bluetooth_traits/Cargo.toml
index d67faf596fa..cb4009644cc 100644
--- a/components/bluetooth_traits/Cargo.toml
+++ b/components/bluetooth_traits/Cargo.toml
@@ -10,7 +10,7 @@ name = "bluetooth_traits"
path = "lib.rs"
[dependencies]
-ipc-channel = "0.8"
+ipc-channel = "0.9"
regex = "0.2"
serde = "1.0"
servo_config = {path = "../config"}