diff options
author | Akshay <[email protected]> | 2022-05-01 16:12:12 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2022-05-01 16:12:12 +0100 |
commit | 53b454cd6acba89fe6b5bb39df431afa28a6ee13 (patch) | |
tree | cd70026307c98a33c6ce25b0849d9e297e5bf842 /bin/Cargo.toml | |
parent | 448e6f2096b855bee1464c514dfb73477fb39774 (diff) |
add `ignore` to statix.tomlv0.5.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 095d048..8897996 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.4" | 3 | version = "0.5.5" |
4 | edition = "2018" | 4 | edition = "2018" |
5 | license = "MIT" | 5 | license = "MIT" |
6 | authors = [ "Akshay <[email protected]>" ] | 6 | authors = [ "Akshay <[email protected]>" ] |