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

Akshay 22edbb06 045d4ff2

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