diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1743546..d2204d2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: matrix: os: [ubuntu-latest] rust: - - 1.65.0 # MSRV + - 1.70.0 # MSRV steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/full-build.yml b/.github/workflows/full-build.yml index 3051d76..de31504 100644 --- a/.github/workflows/full-build.yml +++ b/.github/workflows/full-build.yml @@ -17,7 +17,7 @@ jobs: - stable - beta - nightly - - 1.65.0 # MSRV + - 1.70.0 # MSRV steps: - uses: actions/checkout@v2 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index b192ee4..1a9aef3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ should no longer arise. - This release also updates all dependencies to the most recent version. -- The minimum Rust version has been bumped to 1.65 (and 1.70 for the remote and standalone features). +- The minimum Rust version has been bumped to 1.70. ## Version 0.6.8 diff --git a/README.md b/README.md index f3e09e3..1b8a69b 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ [![Build](https://github.com/alexliesenfeld/httpmock/actions/workflows/build.yml/badge.svg)](https://github.com/alexliesenfeld/httpmock/actions/workflows/build.yml) [![codecov](https://codecov.io/gh/alexliesenfeld/httpmock/branch/master/graph/badge.svg)](https://codecov.io/gh/alexliesenfeld/httpmock) [![crates.io](https://img.shields.io/crates/d/httpmock.svg)](https://crates.io/crates/httpmock) -[![Mentioned in Awesome](https://camo.githubusercontent.com/e5d3197f63169393ee5695f496402136b412d5e3b1d77dc5aa80805fdd5e7edb/68747470733a2f2f617765736f6d652e72652f6d656e74696f6e65642d62616467652e737667)](https://github.com/rust-unofficial/awesome-rust#testing) -[![Rust](https://img.shields.io/badge/rust-1.65%2B-blue.svg?maxAge=3600)](https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1540-2021-07-29) +[![Mentioned in Awesome](https://awesome.re/badge.svg)](https://github.com/rust-unofficial/awesome-rust#testing) +[![Rust](https://img.shields.io/badge/rust-1.70%2B-blue.svg?maxAge=3600)](https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1700-2023-06-01)