aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-06-04 17:30:56 +0100
committerAkshay <[email protected]>2022-06-04 17:30:56 +0100
commit60df6b320851e8c89e8c8f2d6f3b521ba14432b3 (patch)
treed2974500558f438290d89e74ac0d2a73a11d3ac8
parent11066fbbddffb09a25ebaedff429d5ff6192d8be (diff)
bump to v0.5.6v0.5.6
-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 7fc1004..b5f9b51 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.5" 591version = "0.5.6"
592dependencies = [ 592dependencies = [
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]
2name = "statix" 2name = "statix"
3version = "0.5.5" 3version = "0.5.6"
4edition = "2018" 4edition = "2018"
5license = "MIT" 5license = "MIT"
6authors = [ "Akshay <[email protected]>" ] 6authors = [ "Akshay <[email protected]>" ]