upd 0.0.21

A fast dependency updater for Python, Node.js, Rust, Go, and GitHub Actions projects
Documentation
1
2
3
4
5
6
7
8
9
10
11
[toolchain]
channel = "1.91.1"
components = ["rustfmt", "clippy"]
targets = [
    "x86_64-unknown-linux-gnu",
    "x86_64-unknown-linux-musl",
    "aarch64-unknown-linux-gnu",
    "x86_64-pc-windows-msvc",
    "x86_64-apple-darwin",
    "aarch64-apple-darwin"
]