git.delta.rocks / remowt / refs/commits / 875f55ab11c2

difftreelog

source

rust-toolchain.toml208 Bsourcehistory
1[toolchain]2channel = "1.93.0"3components = ["rustfmt", "clippy", "rust-analyzer", "rust-src"]4targets = [5  "x86_64-unknown-linux-musl",6  "aarch64-unknown-linux-musl",7  "armv7-unknown-linux-musleabihf",8]