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

Commit 01fe6c6

Browse files
committed
Update readme to specify mongodb versions
1 parent 3e5ad02 commit 01fe6c6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
MongoDB Rust Driver Prototype
44
=============================
55

6-
This branch contains active development on a new driver written for Rust 1.x.
6+
This branch contains active development on a new driver written for Rust 1.x and MongoDB 3.0.x.
77

8-
The API and implementation are currently subject to change at any time. You must 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.
8+
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.
9+
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.
911

1012
Installation
1113
------------

0 commit comments

Comments
 (0)