diff options
author | Akshay <[email protected]> | 2021-10-29 14:20:01 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-10-29 14:20:01 +0100 |
commit | 246c69f8cfc74cf4c56fdaceaeb0562ed1f3dad5 (patch) | |
tree | 42170090e87d6125b28507ebaa14b3bc6ef32525 | |
parent | 81ce42286cd8f56b8ed154c65d57780b68a3e810 (diff) |
bump to v0.3.1v0.3.1
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | bin/Cargo.toml | 2 | ||||
-rw-r--r-- | flake.nix | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -388,7 +388,7 @@ checksum = "b203e79e90905594272c1c97c7af701533d42adaab0beb3859018e477d54a3b0" | |||
388 | 388 | ||
389 | [[package]] | 389 | [[package]] |
390 | name = "statix" | 390 | name = "statix" |
391 | version = "0.3.0" | 391 | version = "0.3.1" |
392 | dependencies = [ | 392 | dependencies = [ |
393 | "ariadne", | 393 | "ariadne", |
394 | "clap", | 394 | "clap", |
diff --git a/bin/Cargo.toml b/bin/Cargo.toml index 1f73ee7..f9fd9b5 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.0" | 3 | version = "0.3.1" |
4 | edition = "2018" | 4 | edition = "2018" |
5 | license = "MIT" | 5 | license = "MIT" |
6 | authors = [ "Akshay <[email protected]>" ] | 6 | authors = [ "Akshay <[email protected]>" ] |
@@ -49,7 +49,7 @@ | |||
49 | 49 | ||
50 | statix = with final; pkgs.stdenv.mkDerivation { | 50 | statix = with final; pkgs.stdenv.mkDerivation { |
51 | pname = "statix"; | 51 | pname = "statix"; |
52 | version = "v0.3.0"; | 52 | version = "v0.3.1"; |
53 | src = builtins.path { | 53 | src = builtins.path { |
54 | path = ./.; | 54 | path = ./.; |
55 | name = "statix"; | 55 | name = "statix"; |