1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

Cargo.toml/config.toml: format files

This commit is contained in:
Daniel Hofstetter 2025-06-27 15:11:54 +02:00
parent 85952a07a2
commit 7ead5121da
2 changed files with 2 additions and 2 deletions

View file

@ -9,4 +9,4 @@ LIBSTDBUF_DIR = "/usr/lib"
# libstdbuf must be a shared library, so musl libc can't be linked statically # libstdbuf must be a shared library, so musl libc can't be linked statically
# https://github.com/rust-lang/rust/issues/82193 # https://github.com/rust-lang/rust/issues/82193
[build] [build]
rustflags = [ "-C", "target-feature=-crt-static" ] rustflags = ["-C", "target-feature=-crt-static"]