Skip to content

Commit 17c0f87

Browse files
authored
RUST-730 Add MSRV policy to documentation (#444)
1 parent 2394253 commit 17c0f87

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,11 @@ bash .evergreen/check-all.sh
351351
## Continuous Integration
352352
Commits to master are run automatically on [evergreen](https://evergreen.mongodb.com/waterfall/mongo-rust-driver-stable).
353353

354+
## Minimum supported Rust version (MSRV)
355+
356+
The MSRV for this crate is currently 1.48.0. This will be rarely be increased, and if it ever is,
357+
it will only happen in a minor or major version release.
358+
354359
## License
355360

356361
This project is licensed under the [Apache License 2.0](https://github.com/10gen/mongo-rust-driver/blob/master/LICENSE).

src/lib.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,11 @@
275275
//! # Ok(())
276276
//! # }
277277
//! ```
278+
//!
279+
//! ## Minimum supported Rust version (MSRV)
280+
//!
281+
//! The MSRV for this crate is currently 1.48.0. This will be rarely be increased, and if it ever is,
282+
//! it will only happen in a minor or major version release.
278283
279284
#![warn(missing_docs)]
280285
#![warn(missing_crate_level_docs)]

0 commit comments

Comments
 (0)