Files
Arch-R/packages/rust
Rudi Heitbaum 4b86a5a307 rust: fix config warning
before:

Building bootstrap
running: /build/rust-1.82.0/rust-snapshot/bin/cargo build --manifest-path /build/rust-1.82.0/src/bootstrap/Cargo.toml --verbose --frozen
warning: `/build/rust-1.82.0/cargo_home/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`

after:

Building bootstrap
running: /build/rust-1.82.0/rust-snapshot/bin/cargo build --manifest-path /build/rust-1.82.0/src/bootstrap/Cargo.toml --verbose --frozen
2024-11-10 02:56:29 +00:00
..
2024-11-05 06:27:30 +00:00
2022-07-02 03:30:06 +00:00
2024-11-10 02:56:29 +00:00