diff options
author | Akshay <[email protected]> | 2021-10-27 12:40:42 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-10-27 12:43:23 +0100 |
commit | f909b20c540ea99dddfd04b8439ee35b8dd703b8 (patch) | |
tree | cc9a60108f975419bf2621262739071a5f0a1be6 /bin/Cargo.toml | |
parent | ed1ee66b06add4c22e4922ffa762f097355c7431 (diff) |
allow stdin input to statix-single, vim pluginv0.2.2
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 481217a..971fb47 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.0" | 3 | version = "0.2.2" |
4 | edition = "2018" | 4 | edition = "2018" |
5 | license = "MIT" | 5 | license = "MIT" |
6 | 6 | ||