From b58c9fbeb507264e2b2e719ff0ca15a6c74cd5b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Cluseau?= Date: Fri, 17 Apr 2026 19:14:21 +0200 Subject: [PATCH] build-dist: locked --- build-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-dist b/build-dist index 8240a63..aca442c 100755 --- a/build-dist +++ b/build-dist @@ -1 +1 @@ -cargo install --path . --root dist +cargo install --locked --path . --root dist