diff options
author | Akshay <[email protected]> | 2022-02-09 16:04:18 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2022-02-09 16:04:18 +0000 |
commit | 2aec51a44015e9d466cd4bde3951e4f7e31db0cc (patch) | |
tree | 110ef5d699d6c3e0efc13c379ae914c1662096b0 /bin | |
parent | 014be14e7dc64520b41aedb2d9c9aa719cdf0577 (diff) | |
parent | c8c91e9c63e9e23fb5fc02fa12e1d20d4678d7f3 (diff) |
Merge pull request #36 from m1-s/update_versionv0.5.3
create release v0.5.3 for return code fix
Diffstat (limited to 'bin')
-rw-r--r-- | bin/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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] |
2 | name = "statix" | 2 | name = "statix" |
3 | version = "0.5.2" | 3 | version = "0.5.3" |
4 | edition = "2018" | 4 | edition = "2018" |
5 | license = "MIT" | 5 | license = "MIT" |
6 | authors = [ "Akshay <[email protected]>" ] | 6 | authors = [ "Akshay <[email protected]>" ] |