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

feat: release 0.4.0

This commit is contained in:
Kevin Amado 2022-02-21 18:50:16 -05:00
parent eb7c058318
commit 2cf592a4d6
15 changed files with 67 additions and 87 deletions

4
front/Cargo.lock generated
View file

@ -4,7 +4,7 @@ version = 3
[[package]]
name = "alejandra_engine"
version = "0.3.1"
version = "0.4.0"
dependencies = [
"clap",
"rand",
@ -14,7 +14,7 @@ dependencies = [
[[package]]
name = "alejandra_front"
version = "0.3.1"
version = "0.4.0"
dependencies = [
"alejandra_engine",
"console_error_panic_hook",