Lints and suggestions for the Nix programming language
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

bump to v0.5.2

Akshay 479e3a27 ea04e018

+2 -2
+1 -1
Cargo.lock
··· 507 507 508 508 [[package]] 509 509 name = "statix" 510 - version = "0.5.1" 510 + version = "0.5.2" 511 511 dependencies = [ 512 512 "ariadne", 513 513 "clap",
+1 -1
bin/Cargo.toml
··· 1 1 [package] 2 2 name = "statix" 3 - version = "0.5.1" 3 + version = "0.5.2" 4 4 edition = "2018" 5 5 license = "MIT" 6 6 authors = [ "Akshay <nerdy@peppe.rs>" ]