coffeepotkiller
coffeepotkiller
> Which version of rust are you using? Looks to be: `rustc 1.75.0 (82e1608df 2023-12-21)`
> Can you try running `cargo install -f cargo-wix`? I tried that, no change! ``` C:\Users\grizzle>cargo install -f cargo-wix Updating crates.io index Installing cargo-wix v0.3.8 Updating crates.io index Compiling proc-macro2...
> Looks like https://github.com/system76/thelio-io-windows/blob/master/rust-toolchain specifies 1.53.0, while --profile was stabilized in 1.57.0. > > So the version in `rust-toolchain` needs to be bumped to something newer. That fixed it for...