From bd9b1bc45b79d8a1699da60f285d0e73a68e84d8 Mon Sep 17 00:00:00 2001 From: Andrew Walbran Date: Mon, 16 Aug 2021 17:27:44 +0100 Subject: [PATCH] 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 Tested-by: kokoro Reviewed-by: Chirantan Ekbote Commit-Queue: Andrew Walbran --- common/cros-fuzz/Cargo.toml | 2 +- cros_async/Cargo.toml | 2 +- fuse/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/cros-fuzz/Cargo.toml b/common/cros-fuzz/Cargo.toml index d2facca0ad..e91baf2e45 100644 --- a/common/cros-fuzz/Cargo.toml +++ b/common/cros-fuzz/Cargo.toml @@ -8,4 +8,4 @@ include = ["Cargo.toml", "src/*.rs"] [dependencies] rand_core = "0.4" -[workspace] \ No newline at end of file +[workspace] diff --git a/cros_async/Cargo.toml b/cros_async/Cargo.toml index 9b1299ebb1..cd9417c761 100644 --- a/cros_async/Cargo.toml +++ b/cros_async/Cargo.toml @@ -30,4 +30,4 @@ futures-executor = { version = "0.3", features = ["thread-pool"] } futures-util = "0.3" tempfile = { path = "../tempfile" } # provided by ebuild -[workspace] \ No newline at end of file +[workspace] diff --git a/fuse/Cargo.toml b/fuse/Cargo.toml index 17e9268435..b81cd6cf1a 100644 --- a/fuse/Cargo.toml +++ b/fuse/Cargo.toml @@ -13,4 +13,4 @@ bitflags = "1" data_model = "*" enumn = { path = "../enumn" } libc = "*" -thiserror = "1.0.20" \ No newline at end of file +thiserror = "1.0.20"