Skip to content

Commit

Permalink
update rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
yanns authored and d-e-s-o committed Jan 25, 2024
1 parent 39438fc commit 508619f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -3,7 +3,7 @@ name = "test-log"
version = "0.2.14"
authors = ["Daniel Mueller <deso@posteo.net>"]
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"
Expand Down
2 changes: 1 addition & 1 deletion 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
========
Expand Down

0 comments on commit 508619f

Please sign in to comment.