From 642b9f12fcb04991815920feebd1cb5010ebf94b Mon Sep 17 00:00:00 2001
From: librelois <c@elo.tf>
Date: Tue, 18 May 2021 14:30:27 +0200
Subject: [PATCH] build(cargo): add alias to upgrade gva-conf

---
 .cargo/config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.cargo/config b/.cargo/config
index ff955fe6d..1f509acb1 100644
--- a/.cargo/config
+++ b/.cargo/config
@@ -7,4 +7,5 @@ ta = "test --all"
 rr = "run --release --"
 uc = "update -p duniter-core"
 ug = "update -p duniter-gva"
+ugc = "update -p duniter-gva-conf"
 xtask = "run --package xtask --"
-- 
GitLab