mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-30 12:07:46 +00:00
feat: update dependencies
This commit is contained in:
parent
e0b1bdc8c7
commit
dd5defc871
2 changed files with 8 additions and 8 deletions
12
Cargo.toml
12
Cargo.toml
|
@ -1,10 +1,10 @@
|
|||
[dependencies]
|
||||
clap = "3"
|
||||
rand = "0.8"
|
||||
rayon = "1.5"
|
||||
rnix = "0.10"
|
||||
rowan = "0.15"
|
||||
walkdir = "2"
|
||||
clap = "*"
|
||||
rand = "*"
|
||||
rayon = "*"
|
||||
rnix = "*"
|
||||
rowan = "*"
|
||||
walkdir = "*"
|
||||
|
||||
[dev-dependencies]
|
||||
indoc = "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue