Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 29f5dd7c authored by Vovo Yang's avatar Vovo Yang
Browse files

floss: hcidoc: Remove dependency to tokio

hcidoc doesn't use tokio. The tokio dependency would cause tokio uprev
issue in chromeos/src/third_party/rust_crates/.

Bug: 262928525
Tag: #floss
Test: ./build.py --target utils
Change-Id: I1bd99cfbe7f17006b1e1a857f3470ddbe63c6dae
parent 460d9fc6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -9,4 +9,3 @@ clap = "4.0"
chrono = "0.4"
num-derive = "0.3"
num-traits = "0.2"
tokio = { version = "1.0", features = ['bytes', 'fs', 'io-util', 'libc', 'macros', 'memchr', 'mio', 'net', 'num_cpus', 'rt', 'rt-multi-thread', 'sync', 'time', 'tokio-macros'] }