From df29effd59bb8971395419b79e8c0e51f373d4fb Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 29 Jan 2022 16:31:20 +0530 Subject: bump rnix to latest master, support nix 2.5 syntax --- lib/Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/Cargo.toml') diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 54b9c52..d90c5bf 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -7,13 +7,16 @@ license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -rnix = "0.9.0" if_chain = "1.0" macros = { path = "../macros" } lazy_static = "1.0" rowan = "0.12.5" serde_json = { version = "1.0.68", optional = true } +[dependencies.rnix] +git = "https://github.com/nix-community/rnix-parser" +rev = "8083f5694ddeaca47c946aa9ae7ecf117fa4823b" + [dependencies.serde] version = "1.0.130" features = [ "derive" ] -- cgit v1.2.3