diff options
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | bin/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -431,7 +431,7 @@ checksum = "b203e79e90905594272c1c97c7af701533d42adaab0beb3859018e477d54a3b0" | |||
431 | 431 | ||
432 | [[package]] | 432 | [[package]] |
433 | name = "statix" | 433 | name = "statix" |
434 | version = "0.3.6" | 434 | version = "0.4.0" |
435 | dependencies = [ | 435 | dependencies = [ |
436 | "ariadne", | 436 | "ariadne", |
437 | "clap", | 437 | "clap", |
diff --git a/bin/Cargo.toml b/bin/Cargo.toml index 5498ae3..d67e6c1 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.6" | 3 | version = "0.4.0" |
4 | edition = "2018" | 4 | edition = "2018" |
5 | license = "MIT" | 5 | license = "MIT" |
6 | authors = [ "Akshay <[email protected]>" ] | 6 | authors = [ "Akshay <[email protected]>" ] |