From 2aeaa814afe1abbc42a22a69be21edd679ce8513 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Tue, 12 Sep 2023 15:44:37 -0400 Subject: [PATCH] nix_rs: inc --- Cargo.lock | 2 +- crates/nix_rs/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bf558186..cc206622 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1936,7 +1936,7 @@ dependencies = [ [[package]] name = "nix_rs" -version = "0.1.6" +version = "0.1.7" dependencies = [ "cfg-if", "colored", diff --git a/crates/nix_rs/Cargo.toml b/crates/nix_rs/Cargo.toml index 730465e5..8bdcf033 100644 --- a/crates/nix_rs/Cargo.toml +++ b/crates/nix_rs/Cargo.toml @@ -1,7 +1,7 @@ [package] edition.workspace = true name = "nix_rs" -version = "0.1.6" +version = "0.1.7" license.workspace = true repository.workspace = true description = "Rust library for interacting with the Nix command"