Skip to content

Commit dfab260

Browse files
committed
Update readme
1 parent af2143b commit dfab260

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,20 @@
2222

2323
A simple, safe HTTP client.
2424

25+
> [!NOTE]
26+
> * 2.12.x is MSRV 1.71
27+
> * 2.11.x is MSRV 1.67
28+
>
29+
> For both these lines, we will release patch version pinning dependencies as needed to
30+
> retain the MSRV. If we are bumping MSRV, that will require a minor version bump.
31+
2532
> [!NOTE]
2633
> ureq version 2.11.0 was forced to bump MSRV from 1.63 -> 1.67. The problem is that the
2734
> `time` crate 0.3.20, the last 1.63 compatible version, stopped compiling with Rust
2835
> [1.80 and above](https://github.com/algesten/ureq/pull/878#issuecomment-2503176155).
2936
> To release a 2.x version that is possible to compile on the latest Rust we were
3037
> forced to bump MSRV.
3138
32-
33-
3439
Ureq's first priority is being easy for you to use. It's great for
3540
anyone who wants a low-overhead HTTP client that just gets the job done. Works
3641
very well with HTTP APIs. Its features include cookies, JSON, HTTP proxies,

src/lib.rs

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,19 @@
3737
//! A simple, safe HTTP client.
3838
//!
3939
//! > [!NOTE]
40+
//! > * 2.12.x is MSRV 1.71
41+
//! > * 2.11.x is MSRV 1.67
42+
//! >
43+
//! > For both these lines, we will release patch version pinning dependencies as needed to
44+
//! > retain the MSRV. If we are bumping MSRV, that will require a minor version bump.
45+
//!
46+
//! > [!NOTE]
4047
//! > ureq version 2.11.0 was forced to bump MSRV from 1.63 -> 1.67. The problem is that the
4148
//! > `time` crate 0.3.20, the last 1.63 compatible version, stopped compiling with Rust
4249
//! > [1.80 and above](https://github.com/algesten/ureq/pull/878#issuecomment-2503176155).
4350
//! > To release a 2.x version that is possible to compile on the latest Rust we were
4451
//! > forced to bump MSRV.
4552
//!
46-
//!
47-
//!
4853
//! Ureq's first priority is being easy for you to use. It's great for
4954
//! anyone who wants a low-overhead HTTP client that just gets the job done. Works
5055
//! very well with HTTP APIs. Its features include cookies, JSON, HTTP proxies,

0 commit comments

Comments
 (0)