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

Commit 9fd7744

Browse files
committed
update SSL section of the README use version 0.2.0
1 parent f9185ea commit 9fd7744

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
@@ -31,7 +31,7 @@ Alternately, you can use the MongoDB driver with SSL support. To do this, you mu
3131
```
3232
[dependencies]
3333
...
34-
mongodb = { version = "0.1.8", features = ["ssl"] }
34+
mongodb = { version = "0.2.0", features = ["ssl"] }
3535
```
3636

3737
Then, import the bson and driver libraries within your code.

0 commit comments

Comments
 (0)