Lints and suggestions for the Nix programming language
1
fork

Configure Feed

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

Update `rnix` to `0.10.2` (#58)

Closes: #56

authored by

ilkecan and committed by
GitHub
c1a6bdc4 96157609

+4 -4
+2 -2
Cargo.lock
··· 473 473 474 474 [[package]] 475 475 name = "rnix" 476 - version = "0.10.1" 476 + version = "0.10.2" 477 477 source = "registry+https://github.com/rust-lang/crates.io-index" 478 - checksum = "065c5eac8e8f7e7b0e7227bdc46e2d8dd7d69fff7a9a2734e21f686bbcb9b2c9" 478 + checksum = "8024a523e8836f1a5d051203dc00d833357fee94e351b51348dfaeca5364daa9" 479 479 dependencies = [ 480 480 "cbitset", 481 481 "rowan",
+1 -1
bin/Cargo.toml
··· 20 20 ignore = "0.4.18" 21 21 lib = { path = "../lib" } 22 22 rayon = "1.5.1" 23 - rnix = "0.10.1" 23 + rnix = "0.10.2" 24 24 similar = "2.1.0" 25 25 thiserror = "1.0.30" 26 26 toml = "0.5.8"
+1 -1
lib/Cargo.toml
··· 7 7 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 8 8 9 9 [dependencies] 10 - rnix = "0.10.1" 10 + rnix = "0.10.2" 11 11 if_chain = "1.0" 12 12 macros = { path = "../macros" } 13 13 lazy_static = "1.0"