mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 12:34:31 +00:00
Add newlines to end of Cargo.toml files.
Omitting them causes issues with cargo2android.py. TEST=cargo test Change-Id: Ib7d62b4218527e436d6b3fc13142e05ed67d2d6c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3097680 Auto-Submit: Andrew Walbran <qwandor@google.com> Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Chirantan Ekbote <chirantan@chromium.org> Commit-Queue: Andrew Walbran <qwandor@google.com>
This commit is contained in:
parent
85d6ef16ca
commit
bd9b1bc45b
3 changed files with 3 additions and 3 deletions
|
@ -8,4 +8,4 @@ include = ["Cargo.toml", "src/*.rs"]
|
|||
[dependencies]
|
||||
rand_core = "0.4"
|
||||
|
||||
[workspace]
|
||||
[workspace]
|
||||
|
|
|
@ -30,4 +30,4 @@ futures-executor = { version = "0.3", features = ["thread-pool"] }
|
|||
futures-util = "0.3"
|
||||
tempfile = { path = "../tempfile" } # provided by ebuild
|
||||
|
||||
[workspace]
|
||||
[workspace]
|
||||
|
|
|
@ -13,4 +13,4 @@ bitflags = "1"
|
|||
data_model = "*"
|
||||
enumn = { path = "../enumn" }
|
||||
libc = "*"
|
||||
thiserror = "1.0.20"
|
||||
thiserror = "1.0.20"
|
||||
|
|
Loading…
Reference in a new issue