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 --- bin/Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/Cargo.toml b/bin/Cargo.toml index 4e83ee3..34d6513 100644 --- a/bin/Cargo.toml +++ b/bin/Cargo.toml @@ -16,7 +16,6 @@ path = "src/main.rs" [dependencies] ariadne = "0.1.3" -rnix = "0.9.0" clap = "3.0.0-beta.4" ignore = "0.4.18" thiserror = "1.0.30" @@ -25,6 +24,10 @@ vfs = { path = "../vfs" } lib = { path = "../lib" } toml = "0.5.8" +[dependencies.rnix] +git = "https://github.com/nix-community/rnix-parser" +rev = "8083f5694ddeaca47c946aa9ae7ecf117fa4823b" + [dependencies.serde] version = "1.0.68" features = [ "derive" ] -- cgit v1.2.3