Skip to content
This repository was archived by the owner on Sep 4, 2026. It is now read-only.

Commit cd17bcd

Browse files
authored
chore: Update MSRV from 1.80 to 1.85 in README.md
1 parent f1ff2f9 commit cd17bcd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
[![Crates.io][crates-badge]][crates-url]
44
[![Documentation][docs-badge]][docs-url]
5-
[![MSRV 1.80][msrv-badge]](https://www.whatrustisit.com)
5+
[![MSRV 1.85][msrv-badge]](https://www.whatrustisit.com)
66
[![Apache 2.0 licensed][license-badge]][license-url]
77
[![Build Status][actions-badge]][actions-url]
88

99
[crates-badge]: https://img.shields.io/crates/v/fastpool.svg
1010
[crates-url]: https://crates.io/crates/fastpool
1111
[docs-badge]: https://docs.rs/fastpool/badge.svg
12-
[msrv-badge]: https://img.shields.io/badge/MSRV-1.80-green?logo=rust
12+
[msrv-badge]: https://img.shields.io/badge/MSRV-1.85-green?logo=rust
1313
[docs-url]: https://docs.rs/fastpool
1414
[license-badge]: https://img.shields.io/crates/l/fastpool
1515
[license-url]: LICENSE
@@ -48,7 +48,7 @@ This project is licensed under [Apache License, Version 2.0](LICENSE).
4848

4949
This library is derived from the [deadpool](https://docs.rs/deadpool/) crate with several dedicated considerations and a quite different mindset.
5050

51-
You can read the FAQ section on [the docs page](https://docs.rs/fastpool/*/fastpool/#faq) for detailed discussion on "Why does fastpool have no timeout config?" and "Why does fastpool have no before/after hooks?"
51+
You can read the FAQ section on [the docs page](https://docs.rs/fastpool/*/fastpool/#faq) for a detailed discussion on "Why does fastpool have no timeout config?" and "Why does fastpool have no before/after hooks?"
5252

5353
The [postgres example](examples/postgres) and [this issue thread](https://github.com/launchbadge/sqlx/issues/2276#issuecomment-2687157357) is a significant motivation for this crate:
5454

0 commit comments

Comments
 (0)