Lints and suggestions for the Nix programming language
1
fork

Configure Feed

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

feat: bump rnix dependency to 0.12.0

+3 -3
+2 -2
Cargo.lock
··· 463 463 464 464 [[package]] 465 465 name = "rnix" 466 - version = "0.11.0" 466 + version = "0.12.0" 467 467 source = "registry+https://github.com/rust-lang/crates.io-index" 468 - checksum = "bb35cedbeb70e0ccabef2a31bcff0aebd114f19566086300b8f42c725fc2cb5f" 468 + checksum = "6f15e00b0ab43abd70d50b6f8cd021290028f9b7fdd7cdfa6c35997173bc1ba9" 469 469 dependencies = [ 470 470 "rowan", 471 471 ]
+1 -1
Cargo.toml
··· 20 20 proc-macro2 = "1.0.27" 21 21 quote = "1.0" 22 22 rayon = "1.5.1" 23 - rnix = "0.11.0" 23 + rnix = "0.12.0" 24 24 rowan = "0.15.17" 25 25 serde = { features = ["derive"], version = "1.0.68" } 26 26 serde_json = { version = "1.0.68" }