supply version in cargo toml
This commit is contained in:
parent
6aab910403
commit
a2ab02c3a2
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ regex = "1"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
uuid = { version = "0.8", features = ["v4"] }
|
uuid = { version = "0.8", features = ["v4"] }
|
||||||
termion = "1.5.6"
|
termion = "1.5.6"
|
||||||
steamguard = { path = "./steamguard" }
|
steamguard = { version = "0.4", 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"
|
||||||
|
|
Loading…
Reference in a new issue