From 9450429421395b17ae1b4c36941d317c0a938805 Mon Sep 17 00:00:00 2001 From: librelois Date: Fri, 14 May 2021 19:41:59 +0200 Subject: [PATCH] build(cargo): add alias for update core --- .cargo/config.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..de802fd --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[alias] +uc="update -p duniter-core" \ No newline at end of file