remove version specification for steamguard in steamguard-cli

This commit is contained in:
Carson McManus 2022-06-25 11:22:43 -04:00
parent c78dd00731
commit 9d1f2a7ee7

View file

@ -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 = { version ="^0.4.2", path = "./steamguard" } steamguard = { 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"