mirror of https://github.com/astral-sh/ruff
Use version= in Cargo.toml
This commit is contained in:
parent
ab0144ca5b
commit
b574cdcb26
|
|
@ -15,8 +15,8 @@ chrono = { version = "0.4.21" }
|
||||||
clap = { version = "3.2.16", features = ["derive"] }
|
clap = { version = "3.2.16", features = ["derive"] }
|
||||||
clearscreen = { version = "1.0.10" }
|
clearscreen = { version = "1.0.10" }
|
||||||
colored = { version = "2.0.0" }
|
colored = { version = "2.0.0" }
|
||||||
common-path = "1.0.0"
|
common-path = { version = "1.0.0" }
|
||||||
dirs = "4.0.0"
|
dirs = { version = "4.0.0" }
|
||||||
fern = { version = "0.6.1" }
|
fern = { version = "0.6.1" }
|
||||||
log = { version = "0.4.17" }
|
log = { version = "0.4.17" }
|
||||||
notify = { version = "4.0.17" }
|
notify = { version = "4.0.17" }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue