BluetoothThread refactor

This commit is contained in:
Attila Dusnoki 2016-04-25 16:34:20 +02:00 committed by Attila Dusnoki
parent ef296b86e8
commit ecf4c942da
6 changed files with 162 additions and 159 deletions

6
ports/cef/Cargo.lock generated
View file

@ -148,6 +148,11 @@ name = "bitflags"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "bitflags"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "block"
version = "0.1.5"
@ -1219,6 +1224,7 @@ dependencies = [
name = "net"
version = "0.0.1"
dependencies = [
"bitflags 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
"brotli 0.3.20 (git+https://github.com/ende76/brotli-rs)",
"cookie 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
"devtools_traits 0.0.1",

6
ports/gonk/Cargo.lock generated
View file

@ -141,6 +141,11 @@ name = "bitflags"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "bitflags"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "block"
version = "0.1.5"
@ -1202,6 +1207,7 @@ dependencies = [
name = "net"
version = "0.0.1"
dependencies = [
"bitflags 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
"brotli 0.3.20 (git+https://github.com/ende76/brotli-rs)",
"cookie 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
"devtools_traits 0.0.1",