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.8

Akshay d324490e bcb3d10f

+2 -2
+1 -1
Cargo.lock
··· 588 588 589 589 [[package]] 590 590 name = "statix" 591 - version = "0.5.6" 591 + version = "0.5.8" 592 592 dependencies = [ 593 593 "ariadne", 594 594 "clap",
+1 -1
bin/Cargo.toml
··· 1 1 [package] 2 2 name = "statix" 3 - version = "0.5.6" 3 + version = "0.5.8" 4 4 edition = "2018" 5 5 license = "MIT" 6 6 authors = [ "Akshay <nerdy@peppe.rs>" ]