From 5489c9ad4e66af24165b9bc6d37a05275ccd19b4 Mon Sep 17 00:00:00 2001 From: yvt Date: Sat, 10 Sep 2022 17:36:53 +0900 Subject: chore: rename `.cargo/{config -> config.toml}` --- .cargo/config | 3 --- .cargo/config.toml | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 .cargo/config create mode 100644 .cargo/config.toml diff --git a/.cargo/config b/.cargo/config deleted file mode 100644 index 5d615566..00000000 --- a/.cargo/config +++ /dev/null @@ -1,3 +0,0 @@ -[alias] -xtask = "run --package xtask --" -integration-test = "test --features integration --workspace --test integration" diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 00000000..5d615566 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,3 @@ +[alias] +xtask = "run --package xtask --" +integration-test = "test --features integration --workspace --test integration" -- cgit v1.2.3-70-g09d2