From effe06e2f16f5b6faab258ff2b031dd5f14d59ec Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 29 Jan 2022 16:58:19 +0530 Subject: do not use git dependency --- bin/Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'bin') diff --git a/bin/Cargo.toml b/bin/Cargo.toml index 34d6513..832ce72 100644 --- a/bin/Cargo.toml +++ b/bin/Cargo.toml @@ -16,6 +16,7 @@ path = "src/main.rs" [dependencies] ariadne = "0.1.3" +rnix = "0.10.1" clap = "3.0.0-beta.4" ignore = "0.4.18" thiserror = "1.0.30" @@ -24,10 +25,6 @@ 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