From abb68c6fd2e528018c6dfdf649760762015f8d3d Mon Sep 17 00:00:00 2001 From: Luca Palmieri <20745048+LukeMathWalker@users.noreply.github.com> Date: Mon, 23 Sep 2024 11:37:02 +0200 Subject: [PATCH] chore: Release cargo-chef version 0.1.68 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4fba73b..956d568 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -135,7 +135,7 @@ dependencies = [ [[package]] name = "cargo-chef" -version = "0.1.67" +version = "0.1.68" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 7414304..db7332f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-chef" -version = "0.1.67" +version = "0.1.68" authors = ["Luca Palmieri "] edition = "2018" description = "A cargo sub-command to build project dependencies for optimal Docker layer caching."