File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -351,6 +351,11 @@ bash .evergreen/check-all.sh
351351## Continuous Integration
352352Commits 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
356361This project is licensed under the [ Apache License 2.0] ( https://github.com/10gen/mongo-rust-driver/blob/master/LICENSE ) .
Original file line number Diff line number Diff line change 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) ]
You can’t perform that action at this time.
0 commit comments