From 7a2a22092f31428725c4287d18a7d0455c219d55 Mon Sep 17 00:00:00 2001 From: paketocommunity Date: Tue, 2 Nov 2021 13:13:02 +0000 Subject: [PATCH] Bump docker.io/paketocommunity/rust-dist from 1.2.0 to 1.2.1 Bumps docker.io/paketocommunity/rust-dist from 1.2.0 to 1.2.1. Signed-off-by: GitHub --- buildpack.toml | 2 +- package.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/buildpack.toml b/buildpack.toml index fa1f557..adabacc 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -23,7 +23,7 @@ api = "0.6" [[order.group]] id = "paketo-community/rust-dist" - version = "1.2.0" + version = "1.2.1" [[order.group]] id = "paketo-community/cargo" diff --git a/package.toml b/package.toml index a71f38c..dcd762f 100644 --- a/package.toml +++ b/package.toml @@ -3,7 +3,7 @@ uri = "docker://docker.io/paketocommunity/rustup:1.0.0" [[dependencies]] - uri = "docker://docker.io/paketocommunity/rust-dist:1.2.0" + uri = "docker://docker.io/paketocommunity/rust-dist:1.2.1" [[dependencies]] uri = "docker://docker.io/paketocommunity/cargo:0.0.12"