From 508619fac5ca4c201b941d7e931776cd566aa87d Mon Sep 17 00:00:00 2001 From: Yann Simon Date: Wed, 24 Jan 2024 15:34:20 +0100 Subject: [PATCH] update rust version --- .github/workflows/test.yml | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b7d341d..5a37ff1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,7 +47,7 @@ jobs: with: # Please adjust README and rust-version field in Cargo.toml files when # bumping version. - toolchain: 1.61 + toolchain: 1.71 - uses: Swatinem/rust-cache@v2 - name: Build run: cargo build --locked --all-features diff --git a/Cargo.toml b/Cargo.toml index 93b463b..4d419aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "test-log" version = "0.2.14" authors = ["Daniel Mueller "] edition = "2021" -rust-version = "1.61" +rust-version = "1.71" license = "Apache-2.0 OR MIT" homepage = "https://github.com/d-e-s-o/test-log" repository = "https://github.com/d-e-s-o/test-log.git" diff --git a/README.md b/README.md index 63ff331..d6ae4c0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![pipeline](https://github.com/d-e-s-o/test-log/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/d-e-s-o/test-log/actions/workflows/test.yml) [![crates.io](https://img.shields.io/crates/v/test-log.svg)](https://crates.io/crates/test-log) [![Docs](https://docs.rs/test-log/badge.svg)](https://docs.rs/test-log) -[![rustc](https://img.shields.io/badge/rustc-1.61+-blue.svg)](https://blog.rust-lang.org/2022/05/19/Rust-1.61.0.html) +[![rustc](https://img.shields.io/badge/rustc-1.71+-blue.svg)](https://blog.rust-lang.org/2023/07/13/Rust-1.71.0.html) test-log ========