From 3eee6aa6ecc44d40443aa6ab7c56c03103203247 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Mon, 1 Aug 2022 18:32:48 +0800 Subject: [PATCH] rustfmt.sh format root Cargo.toml as well --- build-tools/rustfmt.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build-tools/rustfmt.sh b/build-tools/rustfmt.sh index 2ca88c98..7e75ef43 100644 --- a/build-tools/rustfmt.sh +++ b/build-tools/rustfmt.sh @@ -2,6 +2,7 @@ set -e if [ -d ./build-tools ]; then targets=( + "Cargo.toml" "sea-orm-cli/Cargo.toml" "sea-orm-codegen/Cargo.toml" "sea-orm-macros/Cargo.toml"