diff --git a/Cargo.lock b/Cargo.lock index fd79f7a..2368751 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -135,7 +135,7 @@ dependencies = [ [[package]] name = "cargo-chef" -version = "0.1.64" +version = "0.1.65" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index c188dff..1b7d894 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-chef" -version = "0.1.64" +version = "0.1.65" authors = ["Luca Palmieri "] edition = "2018" description = "A cargo sub-command to build project dependencies for optimal Docker layer caching."