1 2 3 4 5
# Approved Rust toolchain baseline for the UDB crate. [toolchain] channel = "stable" targets = ["x86_64-pc-windows-msvc"] components = ["rustfmt", "clippy"]