BlackDex / rust-musl

For compiling static Rust binaries using musl toolchain with some pre-compiled static libraries
Apache License 2.0
33 stars 4 forks source link

Fix Rust 1.78.0 warning #9

Closed dfunkt closed 6 months ago

dfunkt commented 6 months ago

warning: /root/.cargo/config is deprecated in favor of config.toml note: if you need to support cargo 1.38 or earlier, you can symlink config to config.toml

Encountered when building Vaultwarden with 1.78.0 at the "RUN USER=root cargo new --bin /app" step.

BlackDex commented 6 months ago

Thanks! I'll check this in a few and merged this.

BlackDex commented 6 months ago

Thanks again. It's merged now.