diff options
author | Akshay <[email protected]> | 2022-06-04 17:30:56 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2022-06-04 17:30:56 +0100 |
commit | 60df6b320851e8c89e8c8f2d6f3b521ba14432b3 (patch) | |
tree | d2974500558f438290d89e74ac0d2a73a11d3ac8 | |
parent | 11066fbbddffb09a25ebaedff429d5ff6192d8be (diff) |
bump to v0.5.6v0.5.6
-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.5" | 591 | version = "0.5.6" |
592 | dependencies = [ | 592 | dependencies = [ |
593 | "ariadne", | 593 | "ariadne", |
594 | "clap", | 594 | "clap", |
diff --git a/bin/Cargo.toml b/bin/Cargo.toml index 8897996..68cdaf8 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.5" | 3 | version = "0.5.6" |
4 | edition = "2018" | 4 | edition = "2018" |
5 | license = "MIT" | 5 | license = "MIT" |
6 | authors = [ "Akshay <[email protected]>" ] | 6 | authors = [ "Akshay <[email protected]>" ] |