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

Commit 9f29830

Browse files
banyansaghm
authored andcommitted
Update README version (#215)
1 parent c89be7f commit 9f29830

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ The driver is available on crates.io. To use the MongoDB driver in your code, ad
2222

2323
```
2424
[dependencies]
25-
bson = "0.7.0"
26-
mongodb = "0.2.6"
25+
bson = "0.7.1"
26+
mongodb = "0.2.9"
2727
```
2828

2929
Alternately, you can use the MongoDB driver with SSL support. To do this, you must have OpenSSL installed on your system. Then, enable the `ssl` feature for MongoDB in your Cargo.toml:
3030

3131
```
3232
[dependencies]
3333
...
34-
mongodb = { version = "0.2.6", features = ["ssl"] }
34+
mongodb = { version = "0.2.9", features = ["ssl"] }
3535
```
3636

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

0 commit comments

Comments
 (0)