InputUsername / rescrobbled

MPRIS music scrobbler daemon
GNU General Public License v3.0
232 stars 13 forks source link

Surpressed plaintext password in last.fm config #69

Closed C-Lunn closed 2 years ago

C-Lunn commented 2 years ago

Addresses https://github.com/InputUsername/rescrobbled/issues/68 Tested on Fedora 36.

C-Lunn commented 2 years ago

I'm new to Rust, I'm not sure what happened with the cargo.lock file but it seems to be a tracked file. It changed after I updated the version of rpassword and compiled with cargo build. I can remove it from the commit if necessary.

InputUsername commented 2 years ago

I'm new to Rust, I'm not sure what happened with the cargo.lock file but it seems to be a tracked file. It changed after I updated the version of rpassword and compiled with cargo build. I can remove it from the commit if necessary.

Cargo.lock pins package versions. It's changed because of adding rpassword, so if you could include it that would be great 😄

C-Lunn commented 2 years ago

I'm new to Rust, I'm not sure what happened with the cargo.lock file but it seems to be a tracked file. It changed after I updated the version of rpassword and compiled with cargo build. I can remove it from the commit if necessary.

Cargo.lock pins package versions. It's changed because of adding rpassword, so if you could include it that would be great smile

Ran cargo build again and the version of rpassword seems to be correct now, pushed that Cargo.lock file.

InputUsername commented 2 years ago

Thanks!