From 2f3874ba08619b2778aeec56eba8c8d5a34e2b75 Mon Sep 17 00:00:00 2001 From: messense Date: Mon, 8 Jul 2024 12:42:02 +0800 Subject: [PATCH] Use `--locked` in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 223728e..366f4ac 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Compile Cargo project with [zig](https://github.com/ziglang/zig) as [linker](htt ## Installation ```bash -cargo install cargo-zigbuild +cargo install --locked cargo-zigbuild ``` You can also install it using pip which will also install [`ziglang`](https://pypi.org/project/ziglang/) automatically: