From 701934b7da80ea350af2fb6f78995e757b6c5043 Mon Sep 17 00:00:00 2001 From: nerdbugg <17082643+nerdbugg@users.noreply.github.com> Date: Fri, 19 Jul 2024 00:39:28 +0800 Subject: [PATCH] Update rust README command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fee3fcd..f36e434 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ CC=x86_64-linux-musl-gcc CGO_ENABLED=1 GOOS=linux GOARCH=amd64 \ go build -trimpath -ldflags "-extldflags -static" ``` -To use this with Rust, add an entry to `.cargo/config` and use the corresponding target. +To use this with Rust, add an entry to `.cargo/config.toml` and use the corresponding target. ``` [target.x86_64-unknown-linux-musl]