specify version for steamguard in steamguard-cli
This commit is contained in:
parent
9657ea6822
commit
352a892075
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ cookie = "0.14"
|
||||||
regex = "1"
|
regex = "1"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
uuid = { version = "0.8", features = ["v4"] }
|
uuid = { version = "0.8", features = ["v4"] }
|
||||||
steamguard = { path = "./steamguard" }
|
steamguard = { version = "0.5.0", path = "./steamguard" }
|
||||||
dirs = "3.0.2"
|
dirs = "3.0.2"
|
||||||
ring = "0.16.20"
|
ring = "0.16.20"
|
||||||
aes = "0.7.4"
|
aes = "0.7.4"
|
||||||
|
|
Loading…
Reference in a new issue