From d324490e45bcda1b664f28b6f88da8580deda76b Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 9 Sep 2023 17:06:08 +0530 Subject: [PATCH] bump to v0.5.8 --- Cargo.lock | 2 +- bin/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f3d6c1e..d4287a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -588,7 +588,7 @@ dependencies = [ [[package]] name = "statix" -version = "0.5.6" +version = "0.5.8" dependencies = [ "ariadne", "clap", diff --git a/bin/Cargo.toml b/bin/Cargo.toml index a1b9bec..c7a212a 100644 --- a/bin/Cargo.toml +++ b/bin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "statix" -version = "0.5.6" +version = "0.5.8" edition = "2018" license = "MIT" authors = [ "Akshay " ]