From 232addbd06c410d3191f210a3f3414a25b566b5f Mon Sep 17 00:00:00 2001 From: George Roman Date: Sun, 5 Aug 2018 15:41:09 +0300 Subject: [PATCH] Remove unused compositing dependency from bluetooth crate --- Cargo.lock | 1 - components/bluetooth/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6b559187d42..f03fe04d92b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -210,7 +210,6 @@ version = "0.0.1" dependencies = [ "bitflags 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "bluetooth_traits 0.0.1", - "compositing 0.0.1", "device 0.0.1 (git+https://github.com/servo/devices)", "embedder_traits 0.0.1", "ipc-channel 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/components/bluetooth/Cargo.toml b/components/bluetooth/Cargo.toml index 114772a7f99..1e61283fd3f 100644 --- a/components/bluetooth/Cargo.toml +++ b/components/bluetooth/Cargo.toml @@ -12,7 +12,6 @@ path = "lib.rs" [dependencies] bitflags = "1.0" bluetooth_traits = {path = "../bluetooth_traits"} -compositing = {path = "../compositing"} device = {git = "https://github.com/servo/devices", features = ["bluetooth-test"]} embedder_traits = {path = "../embedder_traits"} ipc-channel = "0.10"