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 --- lib/Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/Cargo.toml') diff --git a/lib/Cargo.toml b/lib/Cargo.toml index d90c5bf..82edfe8 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -7,16 +7,13 @@ license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +rnix = "0.10.1" 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