Use version= in Cargo.toml

This commit is contained in:
Charles Marsh 2022-08-23 12:40:47 -04:00
parent ab0144ca5b
commit b574cdcb26
1 changed files with 4 additions and 4 deletions

View File

@ -15,8 +15,8 @@ chrono = { version = "0.4.21" }
clap = { version = "3.2.16", features = ["derive"] }
clearscreen = { version = "1.0.10" }
colored = { version = "2.0.0" }
common-path = "1.0.0"
dirs = "4.0.0"
common-path = { version = "1.0.0" }
dirs = { version = "4.0.0" }
fern = { version = "0.6.1" }
log = { version = "0.4.17" }
notify = { version = "4.0.17" }