Skip to content

Commit a7ea5c9

Browse files
committed
Add MSRV to upgrade guide
1 parent bb0baf1 commit a7ea5c9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

UPGRADE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ The 5.0 release includes breaking changes to address several long-standing API i
66
a few minor improvements. Consider following the tips below to help ensure a smooth upgrade
77
process.
88

9+
### Upgrade Rust to 1.65 or newer
10+
11+
The minimum supported Rust version (MSRV) is now 1.65. Going forward, this crate will maintain a
12+
policy of supporting Rust releases going back at least 6 months. Changes that break compatibility
13+
with Rust releases older than 6 months will no longer be considered SemVer breaking changes and will
14+
not result in a new major version number for this crate. MSRV changes will coincide with minor
15+
version updates and will not happen in patch releases.
16+
917
### Add typestate const generics to `Client`
1018

1119
Each auth flow depends on one or more server endpoints. For example, the

0 commit comments

Comments
 (0)