aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-01-28 14:01:14 +0000
committerAkshay <[email protected]>2022-01-28 14:01:14 +0000
commit479e3a272e3f0f7465eced511880c97037bf1fe9 (patch)
treeb6f21d64262b90c4d87935bb5c968075ef3932e0
parentea04e018dde7bd8eff069c54899bd3c24af68215 (diff)
bump to v0.5.2v0.5.2
-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 0e32f66..a542e65 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -507,7 +507,7 @@ dependencies = [
507 507
508[[package]] 508[[package]]
509name = "statix" 509name = "statix"
510version = "0.5.1" 510version = "0.5.2"
511dependencies = [ 511dependencies = [
512 "ariadne", 512 "ariadne",
513 "clap", 513 "clap",
diff --git a/bin/Cargo.toml b/bin/Cargo.toml
index 90c7081..4e83ee3 100644
--- a/bin/Cargo.toml
+++ b/bin/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "statix" 2name = "statix"
3version = "0.5.1" 3version = "0.5.2"
4edition = "2018" 4edition = "2018"
5license = "MIT" 5license = "MIT"
6authors = [ "Akshay <[email protected]>" ] 6authors = [ "Akshay <[email protected]>" ]