diff options
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | bin/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -588,7 +588,7 @@ dependencies = [ | |||
588 | 588 | ||
589 | [[package]] | 589 | [[package]] |
590 | name = "statix" | 590 | name = "statix" |
591 | version = "0.5.3" | 591 | version = "0.5.4" |
592 | dependencies = [ | 592 | dependencies = [ |
593 | "ariadne", | 593 | "ariadne", |
594 | "clap", | 594 | "clap", |
diff --git a/bin/Cargo.toml b/bin/Cargo.toml index 715e466..095d048 100644 --- a/bin/Cargo.toml +++ b/bin/Cargo.toml | |||
@@ -1,6 +1,6 @@ | |||
1 | [package] | 1 | [package] |
2 | name = "statix" | 2 | name = "statix" |
3 | version = "0.5.3" | 3 | version = "0.5.4" |
4 | edition = "2018" | 4 | edition = "2018" |
5 | license = "MIT" | 5 | license = "MIT" |
6 | authors = [ "Akshay <[email protected]>" ] | 6 | authors = [ "Akshay <[email protected]>" ] |