bump to v0.2.4

This commit is contained in:
Akshay 2021-10-28 07:53:40 +05:30
parent 3c9a675b9d
commit aa1a855276
3 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

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

View File

@ -1,6 +1,6 @@
[package]
name = "statix"
version = "0.2.3"
version = "0.2.4"
edition = "2018"
license = "MIT"

View File

@ -49,7 +49,7 @@
statix = with final; pkgs.stdenv.mkDerivation {
pname = "statix";
version = "v0.2.3";
version = "v0.2.4";
src = builtins.path {
path = ./.;
name = "statix";
@ -99,7 +99,7 @@
devShell = forAllSystems (system:
let
pkgs = nixpkgsFor.${system};
pkgs = nixpkgsFor."${system}";
inherit (rustChannel pkgs) rust rust-src rust-analysis;
in
with pkgs;