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

feat: release 1.0.0

This commit is contained in:
Kevin Amado 2022-03-03 21:05:20 -05:00
parent 439631f07f
commit 511c3f6a88
9 changed files with 24 additions and 24 deletions

4
Cargo.lock generated
View file

@ -4,7 +4,7 @@ version = 3
[[package]]
name = "alejandra_cli"
version = "0.7.0"
version = "1.0.0"
dependencies = [
"alejandra_engine",
"atty",
@ -18,7 +18,7 @@ dependencies = [
[[package]]
name = "alejandra_engine"
version = "0.7.0"
version = "1.0.0"
dependencies = [
"mimalloc",
"rnix",