From 10711913c3659f5f8dd9796ffe9b702ce572fb7e Mon Sep 17 00:00:00 2001 From: andylokandy Date: Wed, 14 Aug 2024 20:03:45 +0800 Subject: [PATCH] fix --- .github/workflows/ci.yml | 2 +- CHANGELOG.md | 2 +- Cargo.toml | 2 +- README.md | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2abfe0c..b00b4af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: os: [ windows-latest, macos-latest, ubuntu-latest ] - rust: [ "1.75", stable, nightly ] + rust: [ "1.71", stable, nightly ] env: RUST_BACKTRACE: 1 steps: diff --git a/CHANGELOG.md b/CHANGELOG.md index 4888c0b..293e281 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ## v0.7.1 -- Lower MSRV to 1.75. +- Lower MSRV to 1.71. ## v0.7.0 diff --git a/Cargo.toml b/Cargo.toml index e6f1e9a..2f35ffc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ resolver = "2" edition = "2021" license = "Apache-2.0" repository = "https://github.com/fast/fastrace" -rust-version = "1.75" +rust-version = "1.71" [workspace.dependencies] # workspace dependencies diff --git a/README.md b/README.md index b20f15f..cae2a7c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Crates.io](https://img.shields.io/crates/v/fastrace.svg?style=flat-square&logo=rust)](https://crates.io/crates/fastrace) [![Documentation](https://img.shields.io/docsrs/fastrace?style=flat-square&logo=rust)](https://docs.rs/fastrace/) -[![MSRV 1.75.0](https://img.shields.io/badge/MSRV-1.75.0-green?style=flat-square&logo=rust)](https://www.whatrustisit.com) +[![MSRV 1.71.0](https://img.shields.io/badge/MSRV-1.71.0-green?style=flat-square&logo=rust)](https://www.whatrustisit.com) [![CI Status](https://img.shields.io/github/actions/workflow/status/fast/fastrace/ci.yml?style=flat-square&logo=github)](https://github.com/fast/fastrace/actions) [![License](https://img.shields.io/crates/l/fastrace?style=flat-square)](https://github.com/fast/fastrace/blob/main/LICENSE) @@ -113,9 +113,9 @@ fn main() { Detailed results are available in [etc/benchmark-result](etc/benchmark-result). -## Supported Rust Versions (MSRV 1.75.0) +## Supported Rust Versions (MSRV 1.71.0) -Fastrace is built against the latest stable release. The minimum supported version is 1.75.0. The current Fastrace version is not guaranteed to build on Rust versions earlier than the minimum supported version. +Fastrace is built against the latest stable release. The minimum supported version is 1.71.0. The current Fastrace version is not guaranteed to build on Rust versions earlier than the minimum supported version. ## Projects using fastrace