Skip to content

Commit 4e00d81

Browse files
committed
README: Update MSRV section
- Make it clear where the MSRV changes will be published. - Allow MSRV bumps after 1.0.
1 parent 1a59dd2 commit 4e00d81

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,12 @@ Ongoing efforts:
6666
Please join the `#rust-driver` channel on [ScyllaDB Slack] to discuss any issues or questions you might have.
6767

6868
## Supported Rust Versions
69-
Our driver's minimum supported Rust version (MSRV) is 1.70.0. Any changes will be explicitly published and will only happen during major releases.
69+
Our driver's minimum supported Rust version (MSRV) is 1.70.0. Any changes:
70+
- Will be announced in release notes.
71+
- Before 1.0 will only happen in major releases.
72+
- After 1.0 will also happen in minor, but not patch releases.
73+
74+
Exact MSRV policy after 1.0 is not yet decided.
7075

7176
## Reference Documentation
7277

0 commit comments

Comments
 (0)