aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-02-09 16:04:18 +0000
committerGitHub <[email protected]>2022-02-09 16:04:18 +0000
commit2aec51a44015e9d466cd4bde3951e4f7e31db0cc (patch)
tree110ef5d699d6c3e0efc13c379ae914c1662096b0
parent014be14e7dc64520b41aedb2d9c9aa719cdf0577 (diff)
parentc8c91e9c63e9e23fb5fc02fa12e1d20d4678d7f3 (diff)
Merge pull request #36 from m1-s/update_versionv0.5.3
create release v0.5.3 for return code fix
-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 b75c29c..b4e82be 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.2" 510version = "0.5.3"
511dependencies = [ 511dependencies = [
512 "ariadne", 512 "ariadne",
513 "clap", 513 "clap",
diff --git a/bin/Cargo.toml b/bin/Cargo.toml
index 832ce72..bf39a3a 100644
--- a/bin/Cargo.toml
+++ b/bin/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "statix" 2name = "statix"
3version = "0.5.2" 3version = "0.5.3"
4edition = "2018" 4edition = "2018"
5license = "MIT" 5license = "MIT"
6authors = [ "Akshay <[email protected]>" ] 6authors = [ "Akshay <[email protected]>" ]