From a2fefe9980d44740a84f859c87d1fcd0f7fc5d90 Mon Sep 17 00:00:00 2001 From: Luca Palmieri Date: Mon, 1 Aug 2022 13:30:37 +0100 Subject: [PATCH] (cargo-release) version 0.1.39 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0502b07..4128da9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -81,7 +81,7 @@ dependencies = [ [[package]] name = "cargo-chef" -version = "0.1.38" +version = "0.1.39" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 754b05f..e5f29c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-chef" -version = "0.1.38" +version = "0.1.39" authors = ["Luca Palmieri "] edition = "2018" description = "A cargo sub-command to build project dependencies for optimal Docker layer caching."