1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-31 04:27:45 +00:00

feat: release 1.3.0

This commit is contained in:
Kevin Amado 2022-05-10 14:32:04 -06:00
parent a27fb4a608
commit bb7f2ad3f1
19 changed files with 1054 additions and 861 deletions

4
front/Cargo.lock generated
View file

@ -4,7 +4,7 @@ version = 3
[[package]]
name = "alejandra_engine"
version = "1.2.0"
version = "1.3.0"
dependencies = [
"mimalloc",
"rnix",
@ -13,7 +13,7 @@ dependencies = [
[[package]]
name = "alejandra_front"
version = "1.1.0"
version = "1.3.0"
dependencies = [
"alejandra_engine",
"console_error_panic_hook",