diff options
author | yvt | 2022-09-10 08:36:53 +0000 |
---|---|---|
committer | Michael Davis | 2022-09-10 13:44:31 +0000 |
commit | 5489c9ad4e66af24165b9bc6d37a05275ccd19b4 (patch) | |
tree | 492cdcac82c45cc0287d6ced8667dfde7eb7b4a1 /.cargo/config | |
parent | 02d6102540eb1d3d2ffda0e2050f65d0daf97258 (diff) |
chore: rename `.cargo/{config -> config.toml}`
Diffstat (limited to '.cargo/config')
-rw-r--r-- | .cargo/config | 3 |
1 files changed, 0 insertions, 3 deletions
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" |