bump to v0.4.2

This commit is contained in:
Akshay 2021-12-04 13:07:22 +05:30
parent 19e2aa4a38
commit d6e9ebcc11
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -507,7 +507,7 @@ dependencies = [
[[package]]
name = "statix"
version = "0.4.1"
version = "0.4.2"
dependencies = [
"ariadne",
"clap",

View File

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