File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ The 5.0 release includes breaking changes to address several long-standing API i
6
6
a few minor improvements. Consider following the tips below to help ensure a smooth upgrade
7
7
process.
8
8
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
+
9
17
### Add typestate const generics to ` Client `
10
18
11
19
Each auth flow depends on one or more server endpoints. For example, the
You can’t perform that action at this time.
0 commit comments