aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-11-06 09:26:58 +0000
committerAkshay <[email protected]>2021-11-06 09:26:58 +0000
commit78decf580d22fa792c19c40ace39762fb027067c (patch)
tree18cb7611367d5931fda78894ce7b51041cf714d8
parent04f843e5fde032b23fa780c5b650c7d58761f3ba (diff)
bump to v0.4.0v0.4.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 8bac317..5b4b0eb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -431,7 +431,7 @@ checksum = "b203e79e90905594272c1c97c7af701533d42adaab0beb3859018e477d54a3b0"
431 431
432[[package]] 432[[package]]
433name = "statix" 433name = "statix"
434version = "0.3.6" 434version = "0.4.0"
435dependencies = [ 435dependencies = [
436 "ariadne", 436 "ariadne",
437 "clap", 437 "clap",
diff --git a/bin/Cargo.toml b/bin/Cargo.toml
index 5498ae3..d67e6c1 100644
--- a/bin/Cargo.toml
+++ b/bin/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "statix" 2name = "statix"
3version = "0.3.6" 3version = "0.4.0"
4edition = "2018" 4edition = "2018"
5license = "MIT" 5license = "MIT"
6authors = [ "Akshay <[email protected]>" ] 6authors = [ "Akshay <[email protected]>" ]