aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-11-01 02:22:32 +0000
committerAkshay <[email protected]>2021-11-01 02:22:32 +0000
commit31bd39c75bc86a2aa20c4b1a6074083fb6f0f825 (patch)
treea27f680c7d972cda5c1d301d4a7b414310b08d53
parent4b0324d22f50ffde4ce8d109a4f2e0d75e4ec40f (diff)
bump to v0.3.4v0.3.4
-rw-r--r--Cargo.lock2
-rw-r--r--bin/Cargo.toml2
-rw-r--r--flake.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 464b91f..6a43db3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -388,7 +388,7 @@ checksum = "b203e79e90905594272c1c97c7af701533d42adaab0beb3859018e477d54a3b0"
388 388
389[[package]] 389[[package]]
390name = "statix" 390name = "statix"
391version = "0.3.3" 391version = "0.3.4"
392dependencies = [ 392dependencies = [
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]
2name = "statix" 2name = "statix"
3version = "0.3.3" 3version = "0.3.4"
4edition = "2018" 4edition = "2018"
5license = "MIT" 5license = "MIT"
6authors = [ "Akshay <[email protected]>" ] 6authors = [ "Akshay <[email protected]>" ]
diff --git a/flake.nix b/flake.nix
index 887c7ce..702e818 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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