mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 12:34:31 +00:00
crash_report: Update Cargo.toml dependency for windows cfg.
Move win_util to windows cfg. Bug: N/A Test: Cargo build Change-Id: Ibcbb6c20e435f7d7c2132abc10412742263dc394 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3933112 Reviewed-by: Dennis Kempin <denniskempin@google.com> Reviewed-by: Vikram Auradkar <auradkar@google.com> Commit-Queue: Elie Kheirallah <khei@google.com>
This commit is contained in:
parent
1e077db461
commit
4f2c414435
1 changed files with 2 additions and 0 deletions
|
@ -10,5 +10,7 @@ edition = "2021"
|
|||
base = { path = "../base" }
|
||||
anyhow = "1.0.32"
|
||||
serde = "*"
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
win_util = { path = "../win_util"}
|
||||
|
||||
|
|
Loading…
Reference in a new issue