From 352a892075e4d0a37b5f907311f5b70590429910 Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Sat, 25 Jun 2022 11:26:43 -0400 Subject: [PATCH] specify version for steamguard in steamguard-cli --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 86a233b..af155b1 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 = { path = "./steamguard" } +steamguard = { version = "0.5.0", path = "./steamguard" } dirs = "3.0.2" ring = "0.16.20" aes = "0.7.4"