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

Commit

Permalink
bump to v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kyeah committed Feb 23, 2017
1 parent 732364d commit 86b8eb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mongodb"
version = "0.2.1"
version = "0.2.2"
authors = ["Kevin Yeh <[email protected]>",
"Saghm Rossi <[email protected]>",
"Valeri Karpov <[email protected]>"]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ The driver is available on crates.io. To use the MongoDB driver in your code, ad

```
[dependencies]
bson = "0.3.2"
mongodb = "0.2.0"
bson = "0.4.1"
mongodb = "0.2.2"
```

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:

```
[dependencies]
...
mongodb = { version = "0.2.0", features = ["ssl"] }
mongodb = { version = "0.2.2", features = ["ssl"] }
```

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

0 comments on commit 86b8eb6

Please sign in to comment.