diff options
-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.3" | 391 | version = "0.3.4" |
392 | dependencies = [ | 392 | dependencies = [ |
393 | "ariadne", | 393 | "ariadne", |
394 | "clap", | 394 | "clap", |
diff --git a/bin/Cargo.toml b/bin/Cargo.toml index f24c5c9..cec2d11 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.3" | 3 | version = "0.3.4" |
4 | edition = "2018" | 4 | edition = "2018" |
5 | license = "MIT" | 5 | license = "MIT" |
6 | authors = [ "Akshay <[email protected]>" ] | 6 | authors = [ "Akshay <[email protected]>" ] |
@@ -53,7 +53,7 @@ | |||
53 | 53 | ||
54 | statix = with final; pkgs.stdenv.mkDerivation { | 54 | statix = with final; pkgs.stdenv.mkDerivation { |
55 | pname = "statix"; | 55 | pname = "statix"; |
56 | version = "v0.3.3"; | 56 | version = "v0.3.4"; |
57 | src = gitignoreSource ./.; | 57 | src = gitignoreSource ./.; |
58 | nativeBuildInputs = [ | 58 | nativeBuildInputs = [ |
59 | (importCargo { lockFile = ./Cargo.lock; inherit pkgs; }).cargoHome | 59 | (importCargo { lockFile = ./Cargo.lock; inherit pkgs; }).cargoHome |