supply version in cargo toml

This commit is contained in:
Carson McManus 2021-08-25 12:06:49 -04:00
parent 6aab910403
commit a2ab02c3a2

View file

@ -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"