bump to v0.3.4

This commit is contained in:
Akshay 2021-11-01 07:52:32 +05:30
parent 4b0324d22f
commit 31bd39c75b
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -388,7 +388,7 @@ checksum = "b203e79e90905594272c1c97c7af701533d42adaab0beb3859018e477d54a3b0"
[[package]]
name = "statix"
version = "0.3.3"
version = "0.3.4"
dependencies = [
"ariadne",
"clap",

View File

@ -1,6 +1,6 @@
[package]
name = "statix"
version = "0.3.3"
version = "0.3.4"
edition = "2018"
license = "MIT"
authors = [ "Akshay <nerdy@peppe.rs>" ]

View File

@ -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