aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-11-28 08:06:09 +0000
committerAkshay <[email protected]>2021-11-28 08:06:09 +0000
commita7edc7b471d799a680d73a9b7911bbd982f772e3 (patch)
tree4e705da50c6e07a2ee34b69c3952ad1d31c635e7
parent8b75ed8609a758fee50ffc718dd84da72982759c (diff)
bump to v0.4.1v0.4.1
-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 2da3c9d..18f2fbe 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.0" 510version = "0.4.1"
511dependencies = [ 511dependencies = [
512 "ariadne", 512 "ariadne",
513 "clap", 513 "clap",
diff --git a/bin/Cargo.toml b/bin/Cargo.toml
index c898792..ba06804 100644
--- a/bin/Cargo.toml
+++ b/bin/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "statix" 2name = "statix"
3version = "0.4.0" 3version = "0.4.1"
4edition = "2018" 4edition = "2018"
5license = "MIT" 5license = "MIT"
6authors = [ "Akshay <[email protected]>" ] 6authors = [ "Akshay <[email protected]>" ]