bump to v0.5.4

This commit is contained in:
Akshay 2022-02-20 11:31:38 +05:30
parent c917670c91
commit 58e24a596d
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.3"
version = "0.5.4"
dependencies = [
"ariadne",
"clap",

View File

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