We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 692a8fe commit 4d9b86cCopy full SHA for 4d9b86c
tmc-langs-cli/Cargo.toml
@@ -14,7 +14,7 @@ walkdir = "2"
14
serde_json = "1"
15
env_logger = "0.7"
16
log = "0.4"
17
-rpassword = "4"
+rpassword = { git = "https://github.com/conradkleinespel/rpassword", rev = "189c388" } # fixes a windows test issue, use until version 5 is released
18
url = "2"
19
serde = "1"
20
anyhow = "1"
0 commit comments