Closed urbit-pilled closed 9 months ago
rpassword has removed read_password_from_tty
back in v6.0.0
so I changed it from
rpassword::read_password_from_tty(Some("Password: "))?,
to
rpassword::prompt_password("Password: ")?,
Thank you @urbit-pilled
fixes https://github.com/infinyon/fluvio-client-python/pull/334 and https://github.com/infinyon/fluvio-client-python/pull/363