From c6910cf84b80977e22e0138120bf94456aba1bf2 Mon Sep 17 00:00:00 2001 From: Stefan Ruzitschka Date: Thu, 12 Mar 2020 21:57:29 +0100 Subject: [PATCH] [bump] rust to 1.42.0 --- Dockerfile | 2 +- README.md | 2 +- integration-test/Cargo.lock | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 04bdc70..48ffb5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.41.1 +FROM rust:1.42.0 LABEL "com.github.actions.name"="Rust Action" LABEL "com.github.actions.description"="'Silverbullet' for a quickstart Rust CI based upon Github Actions" diff --git a/README.md b/README.md index b99e3ed..e61a08a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ *What's inside the "box":* -* Rust 1.41.1 +* Rust 1.42.0 * Rustfmt * Clippy * Cargo Release diff --git a/integration-test/Cargo.lock b/integration-test/Cargo.lock index 8c7c8f5..f1f3822 100644 --- a/integration-test/Cargo.lock +++ b/integration-test/Cargo.lock @@ -1,3 +1,5 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. [[package]] name = "rust-action" version = "0.1.0"