Skip to content

Commit 4d9b86c

Browse files
committed
revert rpassword
1 parent 692a8fe commit 4d9b86c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmc-langs-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ walkdir = "2"
1414
serde_json = "1"
1515
env_logger = "0.7"
1616
log = "0.4"
17-
rpassword = "4"
17+
rpassword = { git = "https://github.com/conradkleinespel/rpassword", rev = "189c388" } # fixes a windows test issue, use until version 5 is released
1818
url = "2"
1919
serde = "1"
2020
anyhow = "1"

0 commit comments

Comments
 (0)