diff options
author | Akshay <[email protected]> | 2021-10-28 12:57:16 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-10-28 13:04:59 +0100 |
commit | c3cede18c9440d05385f0a7fd7ae2ef628ce74aa (patch) | |
tree | 1bc616ab9e81636bfb3863ab79e5fb0740d472b4 /bin/Cargo.toml | |
parent | 6e8dd004ea6fab9be73f0c7999774b3140733ff0 (diff) |
improve json output for suggestions, bump to v0.2.5v0.2.5
Diffstat (limited to 'bin/Cargo.toml')
-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 3bbc532..cc15c23 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.2.4" | 3 | version = "0.2.5" |
4 | edition = "2018" | 4 | edition = "2018" |
5 | license = "MIT" | 5 | license = "MIT" |
6 | authors = [ "Akshay <[email protected]>" ] | 6 | authors = [ "Akshay <[email protected]>" ] |