aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-02-20 06:01:38 +0000
committerAkshay <[email protected]>2022-02-20 06:01:38 +0000
commit58e24a596dd0dcb00d80848e8760b0629ca9ea7d (patch)
tree220c5df5b0f3827819523d7ca26075cd530c77ca
parentc917670c9193d080fba7e8f5167f0f29752154fa (diff)
bump to v0.5.4v0.5.4
-rw-r--r--Cargo.lock2
-rw-r--r--bin/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e23afee..f42ec61 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -588,7 +588,7 @@ dependencies = [
588 588
589[[package]] 589[[package]]
590name = "statix" 590name = "statix"
591version = "0.5.3" 591version = "0.5.4"
592dependencies = [ 592dependencies = [
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]
2name = "statix" 2name = "statix"
3version = "0.5.3" 3version = "0.5.4"
4edition = "2018" 4edition = "2018"
5license = "MIT" 5license = "MIT"
6authors = [ "Akshay <[email protected]>" ] 6authors = [ "Akshay <[email protected]>" ]