From 62e282be819646e3cdcd458af3f222e8f09e62ca Mon Sep 17 00:00:00 2001 From: Albert Safin <xzfcpw@gmail.com> Date: Sun, 23 Jun 2024 18:47:25 +0000 Subject: [PATCH] v0.1.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d6754a5..d95aba0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -81,7 +81,7 @@ checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" [[package]] name = "cached-nix-shell" -version = "0.1.5" +version = "0.1.6" dependencies = [ "blake3", "bytelines", diff --git a/Cargo.toml b/Cargo.toml index 9ba2a75..9f79236 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cached-nix-shell" -version = "0.1.5" +version = "0.1.6" authors = ["Albert Safin <xzfcpw@gmail.com>"] license = "Unlicense OR MIT" edition = "2018"