File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed
Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 2222
2323A 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-
3439Ureq's first priority is being easy for you to use. It's great for
3540anyone who wants a low-overhead HTTP client that just gets the job done. Works
3641very well with HTTP APIs. Its features include cookies, JSON, HTTP proxies,
Original file line number Diff line number Diff line change 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,
You can’t perform that action at this time.
0 commit comments