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

Commit 86b8eb6

Browse files
committed
bump to v0.2.2
1 parent 732364d commit 86b8eb6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mongodb"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["Kevin Yeh <[email protected]>",
55
"Saghm Rossi <[email protected]>",
66
"Valeri Karpov <[email protected]>"]

README.md

+3-3
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.3.2"
26-
mongodb = "0.2.0"
25+
bson = "0.4.1"
26+
mongodb = "0.2.2"
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.0", features = ["ssl"] }
34+
mongodb = { version = "0.2.2", features = ["ssl"] }
3535
```
3636

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

0 commit comments

Comments
 (0)