Add cros_async to patches.crates-io

to avoid version conflict

BUG=None
TEST=CQ

Change-Id: If640e6288430213c104d95eb00cf0cb01c64b6d4
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3113245
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Chirantan Ekbote <chirantan@chromium.org>
Reviewed-by: Chih-Yang Hsia <paulhsia@chromium.org>
Commit-Queue: Woody Chow <woodychow@google.com>
This commit is contained in:
Woody Chow 2021-08-23 10:19:15 +09:00 committed by Commit Bot
parent 48486f9248
commit e0f96c5930

View file

@ -118,6 +118,7 @@ base = "*"
assertions = { path = "assertions" }
audio_streams = { path = "audio_streams" }
base = { path = "base" }
cros_async = { path = "cros_async" }
cros_fuzz = { path = "common/cros-fuzz" } # ignored by ebuild
data_model = { path = "data_model" }
libcras = { path = "libcras_stub" } # ignored by ebuild