From 31bd39c75bc86a2aa20c4b1a6074083fb6f0f825 Mon Sep 17 00:00:00 2001 From: Akshay Date: Mon, 1 Nov 2021 07:52:32 +0530 Subject: bump to v0.3.4 --- Cargo.lock | 2 +- bin/Cargo.toml | 2 +- flake.nix | 2 +- 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" [[package]] name = "statix" -version = "0.3.3" +version = "0.3.4" dependencies = [ "ariadne", "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 @@ [package] name = "statix" -version = "0.3.3" +version = "0.3.4" edition = "2018" license = "MIT" authors = [ "Akshay " ] diff --git a/flake.nix b/flake.nix index 887c7ce..702e818 100644 --- a/flake.nix +++ b/flake.nix @@ -53,7 +53,7 @@ statix = with final; pkgs.stdenv.mkDerivation { pname = "statix"; - version = "v0.3.3"; + version = "v0.3.4"; src = gitignoreSource ./.; nativeBuildInputs = [ (importCargo { lockFile = ./Cargo.lock; inherit pkgs; }).cargoHome -- cgit v1.2.3