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
351
351
## Continuous Integration
352
352
Commits to master are run automatically on [ evergreen] ( https://evergreen.mongodb.com/waterfall/mongo-rust-driver-stable ) .
353
353
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
+
354
359
## License
355
360
356
361
This 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 275
275
//! # Ok(())
276
276
//! # }
277
277
//! ```
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.
278
283
279
284
#![ warn( missing_docs) ]
280
285
#![ warn( missing_crate_level_docs) ]
You can’t perform that action at this time.
0 commit comments