diff options
author | Akshay <[email protected]> | 2021-10-31 17:22:28 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2021-10-31 17:23:22 +0000 |
commit | 150106459f7a8e0325fe85c41919cc32f2f19964 (patch) | |
tree | afd3fea173e579b1dec32d3c40a83dbd7e8c4e45 /bin/Cargo.toml | |
parent | 84c9d656dd4cf2fa5c3cf96c0048bc3329e208b9 (diff) |
fix broken flake buildsv0.3.3
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 1beb712..f24c5c9 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.3.2" | 3 | version = "0.3.3" |
4 | edition = "2018" | 4 | edition = "2018" |
5 | license = "MIT" | 5 | license = "MIT" |
6 | authors = [ "Akshay <[email protected]>" ] | 6 | authors = [ "Akshay <[email protected]>" ] |