From 246c69f8cfc74cf4c56fdaceaeb0562ed1f3dad5 Mon Sep 17 00:00:00 2001 From: Akshay Date: Fri, 29 Oct 2021 18:50:01 +0530 Subject: bump to v0.3.1 --- 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 399283e..61dbfdd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -388,7 +388,7 @@ checksum = "b203e79e90905594272c1c97c7af701533d42adaab0beb3859018e477d54a3b0" [[package]] name = "statix" -version = "0.3.0" +version = "0.3.1" dependencies = [ "ariadne", "clap", diff --git a/bin/Cargo.toml b/bin/Cargo.toml index 1f73ee7..f9fd9b5 100644 --- a/bin/Cargo.toml +++ b/bin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "statix" -version = "0.3.0" +version = "0.3.1" edition = "2018" license = "MIT" authors = [ "Akshay " ] diff --git a/flake.nix b/flake.nix index 3a4e009..90e5c56 100644 --- a/flake.nix +++ b/flake.nix @@ -49,7 +49,7 @@ statix = with final; pkgs.stdenv.mkDerivation { pname = "statix"; - version = "v0.3.0"; + version = "v0.3.1"; src = builtins.path { path = ./.; name = "statix"; -- cgit v1.2.3