From 1281743e27dae1ba84b286ded694ec9beed08d7b Mon Sep 17 00:00:00 2001 From: Mirlahiji <87209891+Mirlahiji@users.noreply.github.com> Date: Thu, 5 Oct 2023 23:42:12 +0330 Subject: [PATCH] bump: rust to 1.73.0 --- Dockerfile | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5f15ea0..362345f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.72.0 +FROM rust:1.73.0 LABEL "com.github.actions.name"="Rust Action Box" LABEL "com.github.actions.description"="'Silverbullet' for a quickstart Rust CI based upon Github Actions" diff --git a/README.md b/README.md index b26f6ce..28bf857 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ 'Silverbullet' for a quickstart Rust CI based upon [Github Actions](https://developer.github.com/actions/) -[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org) [![](https://img.shields.io/badge/Rust-1.72.0-orange)](https://blog.rust-lang.org/2023/08/24/Rust-1.72.0.html) +[![img](https://img.shields.io/badge/Rust-1.73.0-orange)](https://blog.rust-lang.org/2023/10/05/Rust-1.73.0.html) *What's inside the "box":* -* Rust 1.72.0 +* Rust 1.73.0 * Rustfmt * Clippy * Cargo Release