Closed jamesadevine closed 1 year ago
You can try updating Rust, scoped_threads
feature was stabilized in 1.63
.
Minimum supported Rust version of cargo-deb
is also 1.63
.
Duh! Sorry, let me give that a go
This is why installation instruction in the readme is not cargo install cargo-deb
, but:
rustup update
cargo install cargo-deb
Yup - sorry for the noise and thanks for the cool tool!
Running
cargo install cargo-deb
results in:Apologies if I missed something in the README about this issue.