From 9d1f2a7ee79c1c16361b497c7c013bafa885b461 Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Sat, 25 Jun 2022 11:22:43 -0400 Subject: [PATCH] remove version specification for steamguard in steamguard-cli --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eae9f1f..8f516fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ cookie = "0.14" regex = "1" lazy_static = "1.4.0" uuid = { version = "0.8", features = ["v4"] } -steamguard = { version ="^0.4.2", path = "./steamguard" } +steamguard = { path = "./steamguard" } dirs = "3.0.2" ring = "0.16.20" aes = "0.7.4"