aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-12-04 07:37:22 +0000
committerAkshay <[email protected]>2021-12-04 07:37:22 +0000
commitd6e9ebcc11d214e6dc14483680f9c59c68728620 (patch)
tree83bdf21b6dd0d6cfee424ec861556bb8af6ea74f
parent19e2aa4a388078527a7cb13a43984a8b0d873907 (diff)
bump to v0.4.2v0.4.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 18f2fbe..bbfc476 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.1" 510version = "0.4.2"
511dependencies = [ 511dependencies = [
512 "ariadne", 512 "ariadne",
513 "clap", 513 "clap",
diff --git a/bin/Cargo.toml b/bin/Cargo.toml
index ba06804..88afb80 100644
--- a/bin/Cargo.toml
+++ b/bin/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "statix" 2name = "statix"
3version = "0.4.1" 3version = "0.4.2"
4edition = "2018" 4edition = "2018"
5license = "MIT" 5license = "MIT"
6authors = [ "Akshay <[email protected]>" ] 6authors = [ "Akshay <[email protected]>" ]