diff options
author | Akshay <[email protected]> | 2021-12-04 07:37:22 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2021-12-04 07:37:22 +0000 |
commit | d6e9ebcc11d214e6dc14483680f9c59c68728620 (patch) | |
tree | 83bdf21b6dd0d6cfee424ec861556bb8af6ea74f | |
parent | 19e2aa4a388078527a7cb13a43984a8b0d873907 (diff) |
bump to v0.4.2v0.4.2
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | bin/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -507,7 +507,7 @@ dependencies = [ | |||
507 | 507 | ||
508 | [[package]] | 508 | [[package]] |
509 | name = "statix" | 509 | name = "statix" |
510 | version = "0.4.1" | 510 | version = "0.4.2" |
511 | dependencies = [ | 511 | dependencies = [ |
512 | "ariadne", | 512 | "ariadne", |
513 | "clap", | 513 | "clap", |
diff --git a/bin/Cargo.toml b/bin/Cargo.toml index ba06804..88afb80 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.4.1" | 3 | version = "0.4.2" |
4 | edition = "2018" | 4 | edition = "2018" |
5 | license = "MIT" | 5 | license = "MIT" |
6 | authors = [ "Akshay <[email protected]>" ] | 6 | authors = [ "Akshay <[email protected]>" ] |