aboutsummaryrefslogtreecommitdiff
path: root/bin/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-10-28 12:57:16 +0100
committerAkshay <[email protected]>2021-10-28 13:04:59 +0100
commitc3cede18c9440d05385f0a7fd7ae2ef628ce74aa (patch)
tree1bc616ab9e81636bfb3863ab79e5fb0740d472b4 /bin/Cargo.toml
parent6e8dd004ea6fab9be73f0c7999774b3140733ff0 (diff)
improve json output for suggestions, bump to v0.2.5v0.2.5
Diffstat (limited to 'bin/Cargo.toml')
-rw-r--r--bin/Cargo.toml2
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]
2name = "statix" 2name = "statix"
3version = "0.2.4" 3version = "0.2.5"
4edition = "2018" 4edition = "2018"
5license = "MIT" 5license = "MIT"
6authors = [ "Akshay <[email protected]>" ] 6authors = [ "Akshay <[email protected]>" ]