bump to v0.5.8

This commit is contained in:
Akshay 2023-09-09 17:06:08 +05:30
parent bcb3d10f2a
commit d324490e45
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -588,7 +588,7 @@ dependencies = [
[[package]]
name = "statix"
version = "0.5.6"
version = "0.5.8"
dependencies = [
"ariadne",
"clap",

View File

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