aboutsummaryrefslogtreecommitdiff
path: root/bin/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-10-27 12:40:42 +0100
committerAkshay <[email protected]>2021-10-27 12:43:23 +0100
commitf909b20c540ea99dddfd04b8439ee35b8dd703b8 (patch)
treecc9a60108f975419bf2621262739071a5f0a1be6 /bin/Cargo.toml
parented1ee66b06add4c22e4922ffa762f097355c7431 (diff)
allow stdin input to statix-single, vim pluginv0.2.2
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 481217a..971fb47 100644
--- a/bin/Cargo.toml
+++ b/bin/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "statix" 2name = "statix"
3version = "0.2.0" 3version = "0.2.2"
4edition = "2018" 4edition = "2018"
5license = "MIT" 5license = "MIT"
6 6