Skip to content
This repository was archived by the owner on Oct 18, 2021. It is now read-only.

Commit f082225

Browse files
committed
update README to reflect that the driver works with MongoDB 3.2
1 parent 098facf commit f082225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This branch contains active development on a new driver written for Rust 1.x and
77

88
The API and implementation are currently subject to change at any time. You should not use this driver in production as it is still under development and is in no way supported by MongoDB Inc. We absolutely encourage you to experiment with it and provide us feedback on the API, design, and implementation. Bug reports and suggestions for improvements are welcomed, as are pull requests.
99

10-
**Note**: This driver currently only supports MongoDB 3.0.x. This driver is **not** expected to work with MongoDB 2.6 or MongoDB 3.2. Do not use this driver if you need support for other versions of MongoDB.
10+
**Note**: This driver currently only supports MongoDB 3.0.x and 3.2.x. This driver is **not** expected to work with MongoDB 2.6 or any earlier versions. Do not use this driver if you need support for other versions of MongoDB.
1111

1212
Installation
1313
------------

0 commit comments

Comments
 (0)