From c306f371345ecdc75ae5b3a9bed56f87fb59f6a8 Mon Sep 17 00:00:00 2001 From: librelois <c@elo.tf> Date: Fri, 14 May 2021 21:56:16 +0200 Subject: [PATCH] build(cargo): add aliases to update core & gva --- .cargo/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cargo/config b/.cargo/config index 1798a5f3a..ff955fe6d 100644 --- a/.cargo/config +++ b/.cargo/config @@ -5,4 +5,6 @@ cn = "check --manifest-path neon/native/Cargo.toml" dex = "run --release --package duniter-dbex --" ta = "test --all" rr = "run --release --" +uc = "update -p duniter-core" +ug = "update -p duniter-gva" xtask = "run --package xtask --" -- GitLab