1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-30 12:07:46 +00:00

feat: update dependencies

This commit is contained in:
Kevin Amado 2022-01-28 19:40:33 -05:00
parent e0b1bdc8c7
commit dd5defc871
No known key found for this signature in database
GPG key ID: FFF341057F503148
2 changed files with 8 additions and 8 deletions

View file

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