diff --git a/.cargo/config.toml b/.cargo/config.toml index d748b7e..a8a2305 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -7,7 +7,7 @@ # # See: https://github.com/rust-lang/compiler-team/issues/422 # See: https://github.com/rust-lang/compiler-team/issues/422#issuecomment-812135847 -[target.x86_64-unknown-linux-musl] +[target.x86_64-alpine-linux-musl] rustflags = [ "-C", "target-feature=+crt-static", "-C", "link-self-contained=yes",