aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-01-15 04:24:05 +0000
committerAkshay <[email protected]>2022-01-15 04:24:05 +0000
commit22edbb06182950204aa4fe78c6fc1065b65bf6a2 (patch)
treec3db77948bda9e6ad2b07ccad7d97f4b09092858
parent045d4ff2ad4587d7d51a1d7a8b16850ada930e61 (diff)
bump to v0.5.0v0.5.0
-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 bbfc476..fe57dc9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -507,7 +507,7 @@ dependencies = [
507 507
508[[package]] 508[[package]]
509name = "statix" 509name = "statix"
510version = "0.4.2" 510version = "0.5.0"
511dependencies = [ 511dependencies = [
512 "ariadne", 512 "ariadne",
513 "clap", 513 "clap",
diff --git a/bin/Cargo.toml b/bin/Cargo.toml
index 88afb80..db1151a 100644
--- a/bin/Cargo.toml
+++ b/bin/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "statix" 2name = "statix"
3version = "0.4.2" 3version = "0.5.0"
4edition = "2018" 4edition = "2018"
5license = "MIT" 5license = "MIT"
6authors = [ "Akshay <[email protected]>" ] 6authors = [ "Akshay <[email protected]>" ]