From a2ab02c3a20fbaa4ed8927ca5d6a086231cef899 Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Wed, 25 Aug 2021 12:06:49 -0400 Subject: [PATCH] supply version in cargo toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5721e7e..99a5e93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ regex = "1" lazy_static = "1.4.0" uuid = { version = "0.8", features = ["v4"] } termion = "1.5.6" -steamguard = { path = "./steamguard" } +steamguard = { version = "0.4", path = "./steamguard" } dirs = "3.0.2" ring = "0.16.20" aes = "0.7.4"