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

feat: release 0.6.0

This commit is contained in:
Kevin Amado 2022-02-25 16:45:52 -05:00
parent 8c5924d0bd
commit 8b5d2f9e50
11 changed files with 25 additions and 22 deletions

4
front/Cargo.lock generated
View file

@ -4,7 +4,7 @@ version = 3
[[package]]
name = "alejandra_engine"
version = "0.5.0"
version = "0.6.0"
dependencies = [
"rnix",
"rowan",
@ -12,7 +12,7 @@ dependencies = [
[[package]]
name = "alejandra_front"
version = "0.5.0"
version = "0.6.0"
dependencies = [
"alejandra_engine",
"console_error_panic_hook",

View file

@ -13,7 +13,7 @@ description = "The Uncompromising Nix Code Formatter"
edition = "2021"
name = "alejandra_front"
repository = "https://github.com/kamadorueda/alejandra"
version = "0.5.0"
version = "0.6.0"
[profile.release]
lto = true